|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<JMXConnectionHandlerCfgClient,JMXConnectionHandlerCfg>
org.opends.server.admin.std.meta.JMXConnectionHandlerCfgDefn
public final class JMXConnectionHandlerCfgDefn
An interface for querying the JMX Connection Handler managed object definition meta information.
The JMX Connection Handler is used to interact with clients using the Java Management Extensions (JMX) protocol.
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static JMXConnectionHandlerCfgDefn getInstance()
public JMXConnectionHandlerCfgClient createClientConfiguration(ManagedObject<? extends JMXConnectionHandlerCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<JMXConnectionHandlerCfgClient,JMXConnectionHandlerCfg>
impl
- The managed object.
public JMXConnectionHandlerCfg createServerConfiguration(ServerManagedObject<? extends JMXConnectionHandlerCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<JMXConnectionHandlerCfgClient,JMXConnectionHandlerCfg>
impl
- The server managed object.
public java.lang.Class<JMXConnectionHandlerCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<JMXConnectionHandlerCfgClient,JMXConnectionHandlerCfg>
public IPAddressMaskPropertyDefinition getAllowedClientPropertyDefinition()
Specifies a set of address masks that determines the addresses of the clients that are allowed to establish connections to this connection handler.
public IPAddressMaskPropertyDefinition getDeniedClientPropertyDefinition()
Specifies a set of address masks that determines the addresses of the clients that are not allowed to establish connections to this connection handler.
If both allowed and denied client masks are defined and a client connection matches one or more masks in both lists, then the connection is denied. If only a denied list is specified, then any client not matching a mask in that list is allowed.
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the JMX Connection Handler is enabled.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the JMX Connection Handler implementation.
public AggregationPropertyDefinition<KeyManagerProviderCfgClient,KeyManagerProviderCfg> getKeyManagerProviderPropertyDefinition()
Specifies the name of the key manager that should be used with this JMX Connection Handler .
public IntegerPropertyDefinition getListenPortPropertyDefinition()
Specifies the port number on which the JMX Connection Handler will listen for connections from clients.
Only a single port number may be provided.
public StringPropertyDefinition getSSLCertNicknamePropertyDefinition()
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.
public BooleanPropertyDefinition getUseSSLPropertyDefinition()
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 |