public interface AdministrationConnectorCfg extends Configuration
The Administration Connector is used to interact with administration tools using LDAP.
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ConfigurationChangeListener<AdministrationConnectorCfg> listener)
Register to be notified when this Administration Connector is changed.
|
Class<? extends AdministrationConnectorCfg> |
configurationClass()
Gets the configuration class associated with this Administration Connector.
|
String |
getKeyManagerProvider()
Gets the "key-manager-provider" property.
|
DN |
getKeyManagerProviderDN()
Gets the "key-manager-provider" property as a DN.
|
SortedSet<InetAddress> |
getListenAddress()
Gets the "listen-address" property.
|
int |
getListenPort()
Gets the "listen-port" property.
|
String |
getSSLCertNickname()
Gets the "ssl-cert-nickname" property.
|
SortedSet<String> |
getSSLCipherSuite()
Gets the "ssl-cipher-suite" property.
|
SortedSet<String> |
getSSLProtocol()
Gets the "ssl-protocol" property.
|
String |
getTrustManagerProvider()
Gets the "trust-manager-provider" property.
|
DN |
getTrustManagerProviderDN()
Gets the "trust-manager-provider" property as a DN.
|
void |
removeChangeListener(ConfigurationChangeListener<AdministrationConnectorCfg> listener)
Deregister an existing Administration Connector configuration change listener.
|
dn
Class<? extends AdministrationConnectorCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<AdministrationConnectorCfg> listener)
listener
- The Administration Connector configuration change listener.void removeChangeListener(ConfigurationChangeListener<AdministrationConnectorCfg> listener)
listener
- The Administration Connector configuration change listener.String getKeyManagerProvider()
Specifies the name of the key manager that is used with the Administration Connector .
DN getKeyManagerProviderDN()
Specifies the name of the key manager that is used with the Administration Connector .
SortedSet<InetAddress> getListenAddress()
Specifies the address or set of addresses on which this Administration Connector should listen for connections from LDAP clients.
Multiple addresses may be provided as separate values for this attribute. If no values are provided, then the Administration Connector listens on all interfaces.
int getListenPort()
Specifies the port number on which the Administration Connector will listen for connections from clients.
Only a single port number may be provided.
String getSSLCertNickname()
Specifies the nickname (also called the alias) of the certificate that the Administration Connector will use when performing SSL communication.
SortedSet<String> getSSLCipherSuite()
Specifies the names of the SSL cipher suites that are allowed for use in SSL communication.
SortedSet<String> getSSLProtocol()
Specifies the names of the SSL protocols that are allowed for use in SSL or StartTLS communication.
String getTrustManagerProvider()
Specifies the name of the trust manager that is used with the Administration Connector .
DN getTrustManagerProviderDN()
Specifies the name of the trust manager that is used with the Administration Connector .
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.