@PublicAPI(stability=PRIVATE)

Package org.opends.server.protocols.jmx

Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using JMX.

See:
          Description

Class Summary
Credential Represents a Ldap credential used for JMX connection authentication.
DirectoryRMIClientSocketFactory A DirectoryRMIClientSocketFactory instance is used by the RMI runtime in order to obtain client sockets for RMI calls via SSL.
DirectoryRMIServerSocketFactory A DirectoryRMIServerSocketFactory instance is used by the RMI runtime in order to obtain server sockets for RMI calls via SSL.
JmxClientConnection This class defines the set of methods and structures that must be implemented by a Directory Server client connection.
JmxConnectionHandler This class defines a connection handler that will be used for communicating with administrative clients over JMX.
OpendsJmxConnector Wrapper class for the JMX's RMI connector.
OpendsJmxPrincipal Represents a Ldap authentication ID used for JMX connection authentication.
OpendsRMIJRMPServerImpl An OpendsRMIJRMPServerImpl object that is exported through JRMP and that creates client connections as RMI objects exported through JRMP.
OpendsRmiServerSocketFactory An implementation of the socketServer.
RmiAuthenticator A RMIAuthenticator manages authentication for the secure RMI connectors.
RmiConnector The RMI connector class starts and stops the JMX RMI connector server.
 

Package org.opends.server.protocols.jmx Description

Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using JMX. The JMX implementation in this package is actually comprised of three primary components: