webMethods Broker Administration Java API
Version 9.5.1.0.171 091713

Uses of Class
COM.activesw.api.client.BrokerAccessControlList

Uses of BrokerAccessControlList in COM.activesw.api.client
 

Fields in COM.activesw.api.client declared as BrokerAccessControlList
 BrokerAccessControlList BrokerCompleteClientGroup.acl
           
 BrokerAccessControlList BrokerCompleteServer.acl
           
 BrokerAccessControlList BrokerCompleteTerritory.acl
           
 BrokerAccessControlList BrokerCompleteTerritoryGateway.acl
           
 BrokerAccessControlList[] BrokerCompleteCollection.acls
           
 

Methods in COM.activesw.api.client that return BrokerAccessControlList
 BrokerAccessControlList BrokerServerClient.getAdminACL()
          Get the Broker server's administrative access control list (ACL).
 BrokerAccessControlList BrokerAdminClient.getClientGroupACL(java.lang.String client_group_name)
          Get the specified client group's access control list (ACL).
 BrokerAccessControlList BrokerAdminClient.getClusterACL()
          Get the access control list (ACL) which brokers in the cluster are using to accept connections from other brokers in their cluster.
 BrokerAccessControlList BrokerAdminClient.getClusterGatewayACL(java.lang.String cluster_name)
          Get the access control list (ACL) which this broker is using to accept connections from the other broker across the gateway.
 BrokerAccessControlList BrokerAdminClient.getTerritoryACL()
          Get the access control list (ACL) which brokers in the territory are using to accept connections from other brokers in their territory.
 BrokerAccessControlList BrokerAdminClient.getTerritoryGatewayACL(java.lang.String territory_name)
          Get the access control list (ACL) which this broker is using to accept connections from the other broker across the gateway.
 

Methods in COM.activesw.api.client with parameters of type BrokerAccessControlList
 void BrokerServerClient.setAdminACL(BrokerAccessControlList acl)
          Set the Broker server's administrative access control list (ACL).
 void BrokerAdminClient.setClientGroupACL(java.lang.String client_group_name, BrokerAccessControlList acl)
          Set the specified client group's access control list (ACL).
 void BrokerAdminClient.setClusterACL(BrokerAccessControlList acl)
          Set the access control list (ACL) which brokers in this cluster will use to accept connections from other brokers in the cluster.
 void BrokerAdminClient.setClusterGatewayACL(java.lang.String cluster_name, java.lang.String broker_name, BrokerAccessControlList acl)
          Set the access control list (ACL) which this broker will use to accept connections from the other broker across the gateway.
 void BrokerAdminClient.setTerritoryACL(BrokerAccessControlList acl)
          Set the access control list (ACL) which brokers in this territory will use to accept connections from other brokers in the territory.
 void BrokerAdminClient.setTerritoryGatewayACL(java.lang.String territory_name, BrokerAccessControlList acl)
          Set the access control list (ACL) which this broker will use to accept connections from the other broker across the gateway.
 

Constructors in COM.activesw.api.client with parameters of type BrokerAccessControlList
BrokerAccessControlList(BrokerAccessControlList acl)
          Copy constructor.
 


webMethods Broker Administration Java API
Version 9.5.1.0.171 091713


Copyright © 2001 - 2013 Software AG Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, United States of America, and/or their suppliers.