com.ibm.di.api.remote.impl.rmi
Class SSLRMIServerSocketFactory
java.lang.Object
com.ibm.di.api.remote.impl.rmi.SSLRMIServerSocketFactory
- All Implemented Interfaces:
- RMIServerSocketFactory
public class SSLRMIServerSocketFactory
- extends Object
- implements RMIServerSocketFactory
SSLRMIServerSocketFactory
public SSLRMIServerSocketFactory()
SSLRMIServerSocketFactory
public SSLRMIServerSocketFactory(boolean aUseCustomSecuritySettings)
throws Exception
- Throws:
Exception
SSLRMIServerSocketFactory
public SSLRMIServerSocketFactory(boolean aUseCustomSecuritySettings,
boolean aUseStash)
throws Exception
- Throws:
Exception
setLocalThreadSocket
protected static void setLocalThreadSocket(Socket aSocket)
getLocalThreadPrincipal
public static Principal getLocalThreadPrincipal()
throws Exception
- Throws:
Exception
createServerSocket
public ServerSocket createServerSocket(int aPort)
throws IOException
- Specified by:
createServerSocket
in interface RMIServerSocketFactory
- Throws:
IOException
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
setKeyStorePasswords
public static void setKeyStorePasswords(String aKeyStorePassword,
String aKeyPassword)
throws Exception
- Throws:
Exception