Broker 10.15 | webMethods Broker Documentation | webMethods Broker Administration Java API Programmer’s Guide | Managing Security Configurations | Broker Server Security Configurations | Retrieving and Setting Broker Server Security Configurations
 
Retrieving and Setting Broker Server Security Configurations
The following methods return the Broker Server's Identity:
*BrokerServerClient.getBasicAuthStatus returns true if basic authentication is configured on the Broker Server.
*BrokerServerClient.getSavedSSLidentity returns the Broker Server's basic authentication identity that is in use.
*BrokerServerClient.getActiveSSLIdentity and BrokerServerClient.getSavedSSLidentity return a BrokerSSLIdentity object
*BrokerSSLIdentity.getDN returns the Broker Server's SSL DN
*BrokerSSLIdentity.getIssuerDN returns the SSL authenticator DN for the Broker Server's SSL certificate.
*BrokerServerClient.getDNFromKeyStore and BrokerServerClient.getRootDNsFromTrustStore methods returns the SSL keystore and trust store information.
*BrokerServerClient.getSSLStatus returns the Broker Server's SSL status. The BrokerSSLStatus class describes whether SSL is enabled, disabled, not supported, or if there is an error in the configuration.