Class SSLServerSocketFactory
- java.lang.Object
-
- org.apache.ofbiz.service.rmi.socket.ssl.SSLServerSocketFactory
-
- All Implemented Interfaces:
java.io.Serializable
,java.rmi.server.RMIServerSocketFactory
public class SSLServerSocketFactory extends java.lang.Object implements java.rmi.server.RMIServerSocketFactory, java.io.Serializable
RMI SSL Server Socket Factory- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SSLServerSocketFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.ServerSocket
createServerSocket(int port)
void
setKeyStore(java.lang.String location, java.lang.String type, java.lang.String password)
void
setKeyStoreAlias(java.lang.String alias)
void
setNeedClientAuth(boolean clientAuth)
-
-
-
Method Detail
-
setNeedClientAuth
public void setNeedClientAuth(boolean clientAuth)
-
setKeyStore
public void setKeyStore(java.lang.String location, java.lang.String type, java.lang.String password)
-
setKeyStoreAlias
public void setKeyStoreAlias(java.lang.String alias)
-
createServerSocket
public java.net.ServerSocket createServerSocket(int port) throws java.io.IOException
- Specified by:
createServerSocket
in interfacejava.rmi.server.RMIServerSocketFactory
- Throws:
java.io.IOException
-
-