Previous Topic: ICHERCDE MacroNext Topic: Activate the New Resource Classes


RACF Router Table

The RACF Router Table provides a means to associate installation resource class authorization calls with RACF functions. The resource classes added to the Class Descriptor Table must also be added to the RACF Router Table to specify security processing requirements for the resource classes.

Note: For more information about implementing or modifying the RACF Router Table, see the IBM guide Security Server RACF System Programmer's Guide.

Add the following entries to the Router Table to implement the CA WA CA 7 Edition External Security Interface with RACF. Add the entries using the IBM ICHRFR01 macro. This module must reside in a linklist library.

  PA@EL    ICHRFTRB CLASS=PA@EL,ACTION=RACF
  SU@MIT   ICHRFTRB CLASS=SU@MIT,ACTION=RACF
  CA@ENDAR ICHRFTRB CLASS=CA@ENDAR,ACTION=RACF
PA@EL, SU@MIT, and CA@ENDAR

Specifies the label field that identifies the resource class.

ICHRFTRB

Identifies the IBM RACF Router Table macro.

CLASS=PA@EL

Identifies a resource class of PA@EL.

CLASS=SU@MIT

Identifies a resource class of SU@MIT.

CLASS=CA@ENDAR

Identifies a resource class of CA@ENDAR.

ACTION=RACF

Specifies the action to take for this resource class.

Note: The @ is required in the resource class name.