Ontimize 5.2072EN

com.ontimize.security
Class LDAPSSLSocketFactory

java.lang.Object
  extended byjavax.net.SocketFactory
      extended byjavax.net.ssl.SSLSocketFactory
          extended bycom.ontimize.security.LDAPSSLSocketFactory

public class LDAPSSLSocketFactory
extends javax.net.ssl.SSLSocketFactory

Class that to add LDAP functionalities to SSLSocketFactory.

Author:
Imatia Innovation

Constructor Summary
LDAPSSLSocketFactory()
           
 
Method Summary
 java.net.Socket createSocket(java.net.InetAddress p, int b)
           
 java.net.Socket createSocket(java.net.InetAddress s, int st, java.net.InetAddress p, int b)
           
 java.net.Socket createSocket(java.net.Socket s, java.lang.String st, int p, boolean b)
           
 java.net.Socket createSocket(java.lang.String s, int st)
           
 java.net.Socket createSocket(java.lang.String s, int st, java.net.InetAddress p, int b)
           
static javax.net.SocketFactory getDefault()
           
 java.lang.String[] getDefaultCipherSuites()
           
 java.lang.String[] getSupportedCipherSuites()
           
 
Methods inherited from class javax.net.SocketFactory
createSocket
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPSSLSocketFactory

public LDAPSSLSocketFactory()
Method Detail

createSocket

public java.net.Socket createSocket(java.net.InetAddress p,
                                    int b)
                             throws java.io.IOException
Throws:
java.io.IOException

createSocket

public java.net.Socket createSocket(java.lang.String s,
                                    int st)
                             throws java.io.IOException
Throws:
java.io.IOException

createSocket

public java.net.Socket createSocket(java.lang.String s,
                                    int st,
                                    java.net.InetAddress p,
                                    int b)
                             throws java.io.IOException
Throws:
java.io.IOException

createSocket

public java.net.Socket createSocket(java.net.InetAddress s,
                                    int st,
                                    java.net.InetAddress p,
                                    int b)
                             throws java.io.IOException
Throws:
java.io.IOException

createSocket

public java.net.Socket createSocket(java.net.Socket s,
                                    java.lang.String st,
                                    int p,
                                    boolean b)
                             throws java.io.IOException
Throws:
java.io.IOException

getDefaultCipherSuites

public java.lang.String[] getDefaultCipherSuites()

getSupportedCipherSuites

public java.lang.String[] getSupportedCipherSuites()

getDefault

public static javax.net.SocketFactory getDefault()

Ontimize