Previous Topic: MXQUEUE Resource Class—Secure the MXM QueueNext Topic: NETCMDS Resource Class—Secure NETVIEW NETCMDS


MXTOPIC Resource Class—Secure MXM Topics

Valid on z/OS.

Use MXTOPIC to secure access to MXSERIES (MXM) topics when under the control of WebSphere.

When used with TSS ADDTO/REMOVE, this resource class has the following format:

TSS ADDTO(acid) MXPTOPICcsq1.)
Prefix length

2 to 26 characters

Capacity of list

1 to 5 MXSERIES resources or prefixes per TSS command

When used with TSS PERMIT/REVOKE, this resource class has the following format:

TSS PERMIT(acid) MXTOPIC(csq1.*)
                 ACCESS(level)
Full name

2 to 246 characters

Capacity of list

1 to 5 resources or prefixes per TSS command

This keyword is used with:

The administrator can:

Masking

MXSERIES resources support masking.

Example: MXTOPIC resource class

This example gives the Payroll Department (PAYDEPT) ownership of MXTOPIC resources:

TSS ADDTO(PAYDEPT) MXTOPIC(CSQ1.)

This example removes ownership of the MXTOPIC resources:

TSS REMOVE(MXM) MXPTOPIC(CSQ1.)

This example authorize USRMARE to all MXTOPIC resources:

TSS PERMIT(USRMARE) MXTOPIC(CSQ1.*)
                    ACCESS(ALL)

This example revokes USRMARE's authority to MXTOPIC resources:

TSS REVOKE(USRMARE) MXTOPIC(CSQ1.*)