netscape.ldap
Interface LDAPSSLSocketFactoryExt
- All Known Implementing Classes:
- LDAPSSLSocketWrapFactory, LDAPSSLSocketFactory
- public interface LDAPSSLSocketFactoryExt
- extends LDAPSocketFactory
Represents an SSL socket connection that you can use to connect to an
LDAP server. This interface extends the base interface LDAPSocketFactory
and provides SSL-specific methods.
- See Also:
LDAPSocketFactory
,
LDAPConnection.LDAPConnection(netscape.ldap.LDAPSocketFactory)
Method Summary |
java.lang.Object |
getCipherSuites()
Returns the suite of ciphers used for SSL connections. |
boolean |
isClientAuth()
Returns true if client authentication is enabled. |
getCipherSuites
public java.lang.Object getCipherSuites()
- Returns the suite of ciphers used for SSL connections. These connections
are made through sockets created by the LDAPSSLSocketFactory.
- Returns:
- the suite of ciphers used.
isClientAuth
public boolean isClientAuth()
- Returns
true
if client authentication is enabled.
- See Also:
LDAPSSLSocketFactory.enableClientAuth()