Previous Topic: User Identification, Authentication, and Network SecurityNext Topic: EJBROLE Class


CBIND Class

Use the CBIND class to restrict a client’s ability to access servers. WebSphere for z/OS uses two types of resources in the CBIND class:

CB.BIND.server_name

This form controls whether a local or remote client can access servers.

CB.server_name

This form controls whether a client can use objects in a server.

When you add a new server, authorize all systems management user IDs (for example, CBADMIN) to have read access to the CB.server_name and CB.BIND.server_name resources.

Example: CBIND authority

In this example CBADMIN needs read authority to the CB.BBOASR1 and CB.BIND.BBOASR1 servers:

TSS ADD(deptacid) CBIND(CB.)
TSS PERMIT(CBADMIN) CBIND(CB.BBOASR1)
                    ACCESS(READ)
TSS PERMIT(CBADMIN) CBIND(CB.BIND.BBOASR1)
                    ACCESS(READ)