Class OpendsRmiServerSocketFactory

  • All Implemented Interfaces:
    RMIServerSocketFactory

    public class OpendsRmiServerSocketFactory
    extends Object
    implements RMIServerSocketFactory
    An implementation of the socketServer.

    The RMI connector class starts and stops the JMX RMI connector server. There are 2 different connector servers

    • the RMI Client connector server, supporting TLS-encrypted communication, server authentication by certificate and client authentication by providing appropriate LDAP credentials through SASL/PLAIN.
    • the RMI client connector server, supporting TLS-encrypted communication, server authentication by certificate, client authentication by certificate and identity assertion through SASL/PLAIN.

    Each connector is registered into the JMX MBean server.