org.ofbiz.catalina.container
Class SSLImpl

java.lang.Object
  extended by JSSEImplementation
      extended by org.ofbiz.catalina.container.SSLImpl

public class SSLImpl
extends JSSEImplementation

SSLImpl


Field Summary
protected  javax.net.ssl.TrustManager[] allow
           
static java.lang.String module
           
protected  ServerSocketFactory ssFactory
           
 
Constructor Summary
SSLImpl()
           
 
Method Summary
 ServerSocketFactory getServerSocketFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module

ssFactory

protected ServerSocketFactory ssFactory

allow

protected javax.net.ssl.TrustManager[] allow
Constructor Detail

SSLImpl

public SSLImpl()
        throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException
Method Detail

getServerSocketFactory

public ServerSocketFactory getServerSocketFactory()