Class LdapSSLConnectionFactory
java.lang.Object
javax.net.SocketFactory
org.summerboot.jexpress.integration.ldap.LdapSSLConnectionFactory
- Author:
- Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSocket(String s, int i) createSocket(String s, int i, InetAddress inetAddress, int i1) createSocket(InetAddress inetAddress, int i) createSocket(InetAddress inetAddress, int i, InetAddress inetAddress1, int i1) static SocketFactorystatic voidinit(KeyManager[] kms, TrustManager[] tms, String protocol) Methods inherited from class javax.net.SocketFactory
createSocket
-
Field Details
-
TLS_PROTOCOL
-
-
Constructor Details
-
LdapSSLConnectionFactory
public LdapSSLConnectionFactory()
-
-
Method Details
-
init
-
getDefault
-
createSocket
- Specified by:
createSocketin classSocketFactory- Throws:
IOException
-
createSocket
- Specified by:
createSocketin classSocketFactory- Throws:
IOException
-
createSocket
- Specified by:
createSocketin classSocketFactory- Throws:
IOException
-
createSocket
public Socket createSocket(InetAddress inetAddress, int i, InetAddress inetAddress1, int i1) throws IOException - Specified by:
createSocketin classSocketFactory- Throws:
IOException
-