Package org.opends.server.protocols.jmx
Class OpendsRmiServerSocketFactory
- java.lang.Object
-
- org.opends.server.protocols.jmx.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.
-
-
Constructor Summary
Constructors Constructor Description OpendsRmiServerSocketFactory(InetAddress listenAddress)
Create a new socket factory which will listen on the specified address.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerSocket
createServerSocket(int port)
-
-
-
Constructor Detail
-
OpendsRmiServerSocketFactory
public OpendsRmiServerSocketFactory(InetAddress listenAddress)
Create a new socket factory which will listen on the specified address.- Parameters:
listenAddress
- The address to listen on.
-
-
Method Detail
-
createServerSocket
public ServerSocket createServerSocket(int port) throws IOException
- Specified by:
createServerSocket
in interfaceRMIServerSocketFactory
- Throws:
IOException
-
-