|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |