org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers
Class LDAPSSLSocketFactory

java.lang.Object
  extended by javax.net.SocketFactory
      extended by javax.net.ssl.SSLSocketFactory
          extended by org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers.LDAPSSLSocketFactory

public class LDAPSSLSocketFactory
extends SSLSocketFactory

LDAP SSL socket factory used for LDAP verification.

Author:
emueller

Constructor Summary
LDAPSSLSocketFactory()
          Constructor.
 
Method Summary
 Socket createSocket(InetAddress arg0, int arg1)
           
 Socket createSocket(InetAddress arg0, int arg1, InetAddress arg2, int arg3)
           
 Socket createSocket(Socket arg0, String arg1, int arg2, boolean arg3)
           
 Socket createSocket(String arg0, int arg1)
           
 Socket createSocket(String arg0, int arg1, InetAddress arg2, int arg3)
           
static SocketFactory getDefault()
          Returns a new instance of this factory.
 String[] getDefaultCipherSuites()
           
 String[] getSupportedCipherSuites()
           
 
Methods inherited from class javax.net.SocketFactory
createSocket
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPSSLSocketFactory

public LDAPSSLSocketFactory()
Constructor.

Method Detail

getDefault

public static SocketFactory getDefault()
Returns a new instance of this factory.

Returns:
a new instance of this factory

createSocket

public Socket createSocket(Socket arg0,
                           String arg1,
                           int arg2,
                           boolean arg3)
                    throws IOException
Specified by:
createSocket in class SSLSocketFactory
Throws:
IOException

getDefaultCipherSuites

public String[] getDefaultCipherSuites()
Specified by:
getDefaultCipherSuites in class SSLSocketFactory

getSupportedCipherSuites

public String[] getSupportedCipherSuites()
Specified by:
getSupportedCipherSuites in class SSLSocketFactory

createSocket

public Socket createSocket(String arg0,
                           int arg1)
                    throws IOException,
                           UnknownHostException
Specified by:
createSocket in class SocketFactory
Throws:
IOException
UnknownHostException

createSocket

public Socket createSocket(InetAddress arg0,
                           int arg1)
                    throws IOException
Specified by:
createSocket in class SocketFactory
Throws:
IOException

createSocket

public Socket createSocket(String arg0,
                           int arg1,
                           InetAddress arg2,
                           int arg3)
                    throws IOException,
                           UnknownHostException
Specified by:
createSocket in class SocketFactory
Throws:
IOException
UnknownHostException

createSocket

public Socket createSocket(InetAddress arg0,
                           int arg1,
                           InetAddress arg2,
                           int arg3)
                    throws IOException
Specified by:
createSocket in class SocketFactory
Throws:
IOException


Copyright © 2015. All Rights Reserved.