Method Summary |
|
public void | addKeyStoreManager(String name, String manager) Add a new KeyStore Manager. |
public void | addParameterToKeyStoreManager(String manager, String name, String value) Add a parameter to a KeyStoreManager, if it does not exist, the parameter is
not added. |
public void | addParameterToUserDomain(String domain, String name, String value) Add a parameter to a User Domain, if the domain does not exist, the parameter is
not added. |
public void | addUserDomain(String name, String domain) Add a new User Domain. |
public int | apply() Apply the current configuration. |
public int | clearProperty(String aKey) Delete a configuration property for this component. |
public int | clearPropertyKeys() Delete all configuration properties for this component. |
public String | getDefaultKeyStoreManagerName() |
public String | getDefaultUserDomainName() |
public String | getKeyStoreManager(String name) Get an XML String which has the meta-data for a particular key store manager.
Parameters: name - is the logical name of the KeyStoreManager. |
public String | getKeyStoreManagers() Get an XML String listing all the KeyStoreManagers and their meta-data. |
public String | getProperty(String aKey) Get a configuration property for this component.
Parameters: aKey - the property key to retrieve. |
public String[] | getPropertyKeys() Get all configuration properties for this component. |
public String | getSSLClientAlias() Get the Client Alias from the TransportSecurity Context. |
public String | getSSLClientProtocol() Get the Client SSL Protocol from the TransportSecurity Context. |
public boolean | getSSLClientUseDefault() Get the SSL Client Use Default parameter. |
public boolean | getSSLServerRequireClientAuth() Get the SSL Server Req. |
public String | getTransportSecurityConfig() Get an XML String which has the meta-data for the Transport Security Context. |
public String | getUserDomain(String name) Get an XML String which has the meta-data for a particular user domain
User Domain.
Parameters: name - is the logical name of the UserDomain. |
public String | getUserDomains() Get an XML String listing all the UserDomains and their meta-data. |
public void | removeKeyStoreManager(String name) Remove a KeyStore Manager. |
public void | removeParameterFromKeyStoreManager(String manager, String name) Remove a parameter from the KeyStoreManager. |
public void | removeParameterFromUserDomain(String domain, String name) Remove a parameter to a User Domain. |
public void | removeUserDomain(String name) Remove a User Domain. |
public int | restore() Restore the configuration from persistent storage. |
public int | save() Save the configuration to persistent storage. |
public void | setDefaultKeyStoreManagerName(String defKSMgr) |
public void | setDefaultUserDomainName(String defUserDomain) |
public int | setProperty(String aKey, String aValue) Set a configuration property for this component. |
public void | setSSLClientAlias(String alias) Set the Client Alias from the TransportSecurity Context. |
public void | setSSLClientProtocol(String protocol) Set Client Alias from the TransportSecurity Context. |
public void | setSSLClientUseDefault(boolean flag) Set the SSL Client Use Default parameter. |
public void | setSSLServerRequireClientAuth(boolean flag) Set the SSL Server Req. |