|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JMXConnectionHandlerCfg
A server-side interface for querying JMX Connection Handler settings.
The JMX Connection Handler is used to interact with clients using the Java Management Extensions (JMX) protocol.
Method Summary | |
---|---|
void |
addJMXChangeListener(ConfigurationChangeListener<JMXConnectionHandlerCfg> listener)
Register to be notified when this JMX Connection Handler is changed. |
java.lang.Class<? extends JMXConnectionHandlerCfg> |
configurationClass()
Gets the configuration class associated with this JMX Connection Handler. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.lang.String |
getKeyManagerProvider()
Gets the "key-manager-provider" property. |
DN |
getKeyManagerProviderDN()
Gets the "key-manager-provider" property as a DN. |
int |
getListenPort()
Gets the "listen-port" property. |
java.lang.String |
getSSLCertNickname()
Gets the "ssl-cert-nickname" property. |
boolean |
isUseSSL()
Gets the "use-ssl" property. |
void |
removeJMXChangeListener(ConfigurationChangeListener<JMXConnectionHandlerCfg> listener)
Deregister an existing JMX Connection Handler configuration change listener. |
Methods inherited from interface org.opends.server.admin.std.server.ConnectionHandlerCfg |
---|
addChangeListener, getAllowedClient, getDeniedClient, isEnabled, removeChangeListener |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends JMXConnectionHandlerCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface ConnectionHandlerCfg
void addJMXChangeListener(ConfigurationChangeListener<JMXConnectionHandlerCfg> listener)
listener
- The JMX Connection Handler configuration change listener.void removeJMXChangeListener(ConfigurationChangeListener<JMXConnectionHandlerCfg> listener)
listener
- The JMX Connection Handler configuration change listener.java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the JMX Connection Handler implementation.
getJavaClass
in interface ConnectionHandlerCfg
java.lang.String getKeyManagerProvider()
Specifies the name of the key manager that should be used with this JMX Connection Handler .
DN getKeyManagerProviderDN()
Specifies the name of the key manager that should be used with this JMX Connection Handler .
int getListenPort()
Specifies the port number on which the JMX Connection Handler will listen for connections from clients.
Only a single port number may be provided.
java.lang.String getSSLCertNickname()
Specifies the nickname (also called the alias) of the certificate that the JMX Connection Handler should use when performing SSL communication.
This is only applicable when the JMX Connection Handler is configured to use SSL.
boolean isUseSSL()
Indicates whether the JMX Connection Handler should use SSL.
If enabled, the JMX Connection Handler will use SSL to encrypt communication with the clients.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |