Package netscape.ldap
Interface LDAPSSLSocketFactoryExt
- All Superinterfaces:
LDAPSocketFactory
- All Known Implementing Classes:
LDAPSSLSocketFactory
,LDAPSSLSocketWrapFactory
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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the suite of ciphers used for SSL connections.boolean
Returnstrue
if client authentication is enabled.Methods inherited from interface netscape.ldap.LDAPSocketFactory
makeSocket
-
Method Details
-
getCipherSuites
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
boolean isClientAuth()Returnstrue
if client authentication is enabled.- See Also:
-