Setting Cluster Security
The BrokerAdminClient.setClusterGatewaySecurity method allows you to set the level of security and the type of authentication that is to be used in a cluster gateway. Each of the two Brokers that make up the gateway must be properly configured for the new settings.
When using this method, you must provide the following parameters:
The cluster name
The
Broker name
The type of authentication to be used, specified as one of the
BrokerAdminClient.AUTH_TYPE_* values
For information on cluster gateway security, see Administering webMethods Broker.
Important:
Use this method with care because changing the security setting might cause the gateway to become disconnected. For example, setting SSL authentication or encryption when the remote Broker is not configured for SSL will cause the gateway to become disconnected.