Package netscape.ldap

Interface LDAPSSLSocketFactoryExt

All Superinterfaces:
LDAPSocketFactory
All 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:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the suite of ciphers used for SSL connections.
    boolean
    Returns true 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()
      Returns true if client authentication is enabled.
      See Also: