Modifier and Type | Field and Description |
---|---|
BrokerAccessControlList |
BrokerCompleteClientGroup.acl |
BrokerAccessControlList |
BrokerCompleteServer.acl |
BrokerAccessControlList |
BrokerCompleteTerritory.acl |
BrokerAccessControlList |
BrokerCompleteTerritoryGateway.acl |
BrokerAccessControlList[] |
BrokerCompleteCollection.acls |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
BrokerAccessControlList(BrokerAccessControlList acl)
Copy constructor.
|
Copyright © 2002-2006 webMethods, Inc. Copyright © 2007-2021 Software AG Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.