Uses of Interface
org.opends.server.extensions.TLSCapableConnection
-
Packages that use TLSCapableConnection Package Description org.opends.server.protocols.ldap Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using LDAPv3. -
-
Uses of TLSCapableConnection in org.opends.server.protocols.ldap
Classes in org.opends.server.protocols.ldap that implement TLSCapableConnection Modifier and Type Class Description class
LdapClientConnection
This class defines an LDAP client connection, which is a type of client connection that will be accepted by an instance of the LDAP connection handler and have its requests decoded by an LDAP request handler.
-