Skip navigation links
oracle.ldap.util.jndi
Class LDAPSocketFactory
java.lang.Object
javax.net.SocketFactory
oracle.ldap.util.jndi.LDAPSocketFactory
- Direct Known Subclasses:
- LDAPJSSESocketFactoryImpl
-
public abstract class LDAPSocketFactory
- extends javax.net.SocketFactory
Method Summary |
java.lang.String[] |
addAnonymousCiphers()
|
java.net.Socket |
createSocket(java.net.InetAddress iaddr, int i)
|
java.net.Socket |
createSocket(java.net.InetAddress iaddr1, int i, java.net.InetAddress iaddr2, int j)
|
java.net.Socket |
createSocket(java.lang.String s, int i)
|
java.net.Socket |
createSocket(java.lang.String s, int i, java.net.InetAddress iaddr, int j)
|
protected abstract javax.net.ssl.SSLSocket |
init(javax.net.ssl.SSLSocket sock)
|
protected static javax.net.ssl.SSLSocketFactory |
initSSLSocketFactory(javax.net.ssl.KeyManager[] keyManagers, javax.net.ssl.TrustManager[] trustManagers)
|
Methods inherited from class javax.net.SocketFactory |
createSocket, getDefault |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WALLET_LOCATION
public static final java.lang.String WALLET_LOCATION
-
- See Also:
- Constant Field Values
WALLET_PASSWORD
public static final java.lang.String WALLET_PASSWORD
-
- See Also:
- Constant Field Values
sslf
protected static javax.net.ssl.SSLSocketFactory sslf
LDAPSocketFactory
public LDAPSocketFactory()
createSocket
public java.net.Socket createSocket(java.lang.String s,
int i)
throws java.io.IOException
-
- Specified by:
createSocket
in class javax.net.SocketFactory
-
- Throws:
java.io.IOException
createSocket
public java.net.Socket createSocket(java.net.InetAddress iaddr,
int i)
throws java.io.IOException
-
- Specified by:
createSocket
in class javax.net.SocketFactory
-
- Throws:
java.io.IOException
createSocket
public java.net.Socket createSocket(java.lang.String s,
int i,
java.net.InetAddress iaddr,
int j)
throws java.io.IOException
-
- Specified by:
createSocket
in class javax.net.SocketFactory
-
- Throws:
java.io.IOException
createSocket
public java.net.Socket createSocket(java.net.InetAddress iaddr1,
int i,
java.net.InetAddress iaddr2,
int j)
throws java.io.IOException
-
- Specified by:
createSocket
in class javax.net.SocketFactory
-
- Throws:
java.io.IOException
init
protected abstract javax.net.ssl.SSLSocket init(javax.net.ssl.SSLSocket sock)
throws java.io.IOException
-
- Throws:
java.io.IOException
addAnonymousCiphers
public java.lang.String[] addAnonymousCiphers()
initSSLSocketFactory
protected static javax.net.ssl.SSLSocketFactory initSSLSocketFactory(javax.net.ssl.KeyManager[] keyManagers,
javax.net.ssl.TrustManager[] trustManagers)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
Skip navigation links
Copyright © 1999, 2015 Oracle and/or its affiliates. All Rights Reserved.