Uses of Interface
org.opends.server.protocols.http.LDAPContext.InternalLdapClient
-
Packages that use LDAPContext.InternalLdapClient Package Description org.opends.server.protocols.http Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using HTTP. -
-
Uses of LDAPContext.InternalLdapClient in org.opends.server.protocols.http
Methods in org.opends.server.protocols.http that return LDAPContext.InternalLdapClient Modifier and Type Method Description LDAPContext.InternalLdapClientLDAPContext. getInternalLdapClient()Get theLDAPContext.InternalLdapClientattached to this context.Constructors in org.opends.server.protocols.http with parameters of type LDAPContext.InternalLdapClient Constructor Description LDAPContext(org.forgerock.services.context.Context parent, LDAPContext.InternalLdapClient internalConnectionFactory)Create a new LDAPContext.
-