Broker 10.15 | webMethods Broker Documentation | webMethods Broker Administration Java API Programmer’s Guide | Managing Security Configurations | Client Group Security Configurations
 
Client Group Security Configurations
 
Obtaining Security Information for Client Sessions
Client groups can use the BrokerAccessControlList class to determine which entities are allowed to create a BrokerClient or BrokerAdminClient object that belongs to the group.
You can use the BrokerAdminClient.getClientGroupACL method to obtain the ACL for a particular client group. You must supply the name of the client group whose ACL you wish to obtain.
The BrokerAdminClient.setClientGroupACL method allows you to set the ACL for a particular client group.