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 javax.net.ssl.SSLSocketFactory


Constructor Summary
LDAPLoginModule.ManagedSSLSocketFactory()
           
 
Method Summary
static javax.net.ssl.SSLSocketFactory getDefault()
           
static void setSocketFactory(javax.net.ssl.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(javax.net.ssl.SSLSocketFactory factory)

getDefault

public static javax.net.ssl.SSLSocketFactory getDefault()


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.