Class AlfrescoLdapSSLSocketFactory
java.lang.Object
javax.net.SocketFactory
org.alfresco.repo.security.authentication.ldap.AlfrescoLdapSSLSocketFactory
SSL Socket Factory that adds Hostname Verification to sockets
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSocket(String host, int port) createSocket(String address, int port, InetAddress localAddress, int localPort) createSocket(InetAddress host, int port) createSocket(InetAddress address, int port, InetAddress localAddress, int localPort) static SocketFactoryMethods inherited from class javax.net.SocketFactory
createSocket
-
Constructor Details
-
AlfrescoLdapSSLSocketFactory
public AlfrescoLdapSSLSocketFactory()
-
-
Method Details
-
getDefault
-
createSocket
- Specified by:
createSocketin classSocketFactory- Throws:
IOExceptionUnknownHostException
-
createSocket
- Specified by:
createSocketin classSocketFactory- Throws:
IOException
-
createSocket
public Socket createSocket(String address, int port, InetAddress localAddress, int localPort) throws IOException, UnknownHostException - Specified by:
createSocketin classSocketFactory- Throws:
IOExceptionUnknownHostException
-
createSocket
public Socket createSocket(InetAddress address, int port, InetAddress localAddress, int localPort) throws IOException - Specified by:
createSocketin classSocketFactory- Throws:
IOException
-