netscape.ldap

Interface LDAPSSLSocketFactoryExt

All Superinterfaces:
LDAPSocketFactory
Known Implementing Classes:
LDAPSSLSocketFactory, LDAPSSLSocketWrapFactory

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.

Version:
1.0
See Also:
LDAPSocketFactory, LDAPConnection.LDAPConnection(LDAPSocketFactory)

Method Summary

Object
getCipherSuites()
Returns the suite of ciphers used for SSL connections.
boolean
isClientAuth()
Returns true if client authentication is enabled.

Methods inherited from interface netscape.ldap.LDAPSocketFactory

makeSocket

Method Details

getCipherSuites

public 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:
netscape.ldap.LDAPSSLSocketFactory.enableClientAuth