org.apache.karaf.jaas.modules.ldap
Class LDAPLoginModule.ManagedSSLSocketFactory

java.lang.Object
  extended by javax.net.SocketFactory
      extended by javax.net.ssl.SSLSocketFactory
          extended by org.apache.karaf.jaas.modules.ldap.LDAPLoginModule.ManagedSSLSocketFactory
Enclosing class:
LDAPLoginModule

public abstract static class LDAPLoginModule.ManagedSSLSocketFactory
extends SSLSocketFactory


Constructor Summary
LDAPLoginModule.ManagedSSLSocketFactory()
           
 
Method Summary
static SSLSocketFactory getDefault()
           
static void setSocketFactory(SSLSocketFactory factory)
           
 
Methods inherited from class javax.net.ssl.SSLSocketFactory
createSocket, getDefaultCipherSuites, getSupportedCipherSuites
 
Methods inherited from class javax.net.SocketFactory
createSocket, createSocket, createSocket, createSocket, createSocket
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPLoginModule.ManagedSSLSocketFactory

public LDAPLoginModule.ManagedSSLSocketFactory()
Method Detail

setSocketFactory

public static void setSocketFactory(SSLSocketFactory factory)

getDefault

public static SSLSocketFactory getDefault()


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.