netscape.ldap
Interface LDAPSSLSocketFactoryExt
- LDAPSocketFactory
- LDAPSSLSocketFactory, LDAPSSLSocketWrapFactory
public interface LDAPSSLSocketFactoryExt
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.
Object | getCipherSuites() - Returns the suite of ciphers used for SSL connections.
|
boolean | isClientAuth() - Returns
true if client authentication is enabled.
|
getCipherSuites
public Object getCipherSuites()
Returns the suite of ciphers used for SSL connections. These connections
are made through sockets created by the LDAPSSLSocketFactory.
- the suite of ciphers used.
isClientAuth
public boolean isClientAuth()
Returns true
if client authentication is enabled.
netscape.ldap.LDAPSSLSocketFactory.enableClientAuth