|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JMXConnectionHandlerCfgClient
A client-side interface for reading and modifying JMX Connection Handler settings.
The JMX Connection Handler is used to interact with clients using the Java Management Extensions (JMX) protocol.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends JMXConnectionHandlerCfgClient,? extends JMXConnectionHandlerCfg> |
definition()
Get the configuration definition 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. |
java.lang.Integer |
getListenPort()
Gets the "listen-port" property. |
java.lang.String |
getSSLCertNickname()
Gets the "ssl-cert-nickname" property. |
boolean |
isUseSSL()
Gets the "use-ssl" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
void |
setKeyManagerProvider(java.lang.String value)
Sets the "key-manager-provider" property. |
void |
setListenPort(int value)
Sets the "listen-port" property. |
void |
setSSLCertNickname(java.lang.String value)
Sets the "ssl-cert-nickname" property. |
void |
setUseSSL(java.lang.Boolean value)
Sets the "use-ssl" property. |
Methods inherited from interface org.opends.server.admin.std.client.ConnectionHandlerCfgClient |
---|
getAllowedClient, getDeniedClient, isEnabled, setAllowedClient, setDeniedClient, setEnabled |
Methods inherited from interface org.opends.server.admin.ConfigurationClient |
---|
commit, properties |
Method Detail |
---|
ManagedObjectDefinition<? extends JMXConnectionHandlerCfgClient,? extends JMXConnectionHandlerCfg> definition()
definition
in interface ConfigurationClient
definition
in interface ConnectionHandlerCfgClient
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the JMX Connection Handler implementation.
getJavaClass
in interface ConnectionHandlerCfgClient
void setJavaClass(java.lang.String value) throws IllegalPropertyValueException
Specifies the fully-qualified name of the Java class that provides the JMX Connection Handler implementation.
setJavaClass
in interface ConnectionHandlerCfgClient
value
- The value of the "java-class" property.
IllegalPropertyValueException
- If the new value is invalid.java.lang.String getKeyManagerProvider()
Specifies the name of the key manager that should be used with this JMX Connection Handler .
void setKeyManagerProvider(java.lang.String value) throws IllegalPropertyValueException
Specifies the name of the key manager that should be used with this JMX Connection Handler .
value
- The value of the "key-manager-provider" property.
IllegalPropertyValueException
- If the new value is invalid.java.lang.Integer 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.
void setListenPort(int value) throws IllegalPropertyValueException
Specifies the port number on which the JMX Connection Handler will listen for connections from clients.
Only a single port number may be provided.
value
- The value of the "listen-port" property.
IllegalPropertyValueException
- If the new value is invalid.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.
void setSSLCertNickname(java.lang.String value) throws IllegalPropertyValueException
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.
value
- The value of the "ssl-cert-nickname" property.
IllegalPropertyValueException
- If the new value is invalid.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.
void setUseSSL(java.lang.Boolean value) throws IllegalPropertyValueException
Indicates whether the JMX Connection Handler should use SSL.
If enabled, the JMX Connection Handler will use SSL to encrypt communication with the clients.
value
- The value of the "use-ssl" property.
IllegalPropertyValueException
- If the new value is invalid.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |