Uses of Interface
org.forgerock.opendj.ldap.LdapClientSocket
Packages that use LdapClientSocket
Package
Description
APIs for implementing lightweight REST to LDAP gateways.
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for constructing and querying LDAP schemas.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
-
Uses of LdapClientSocket in org.forgerock.opendj.hdap
Methods in org.forgerock.opendj.hdap that return LdapClientSocketModifier and TypeMethodDescriptionLdapClientContext.getUserLdapClientSocket()
Returns the LDAP client socket authenticated using theSecurityContext
which will be used for performing subsequent LDAP operations.Constructors in org.forgerock.opendj.hdap with parameters of type LdapClientSocketModifierConstructorDescriptionLdapClientContext
(org.forgerock.services.context.Context parent, LdapClient ldapClientForReadingSchema, LdapClientSocket ldapClientSocketForUserRequests, Supplier<io.opentelemetry.api.OpenTelemetry> openTelemetrySupplier) Creates a new LDAP client context having the provided parent and an ID automatically generated usingUUID.randomUUID()
.LdapClientContext
(org.forgerock.services.context.Context parent, LdapClient ldapClientForReadingSchema, LdapClientSocket ldapClientSocketForUserRequests, Supplier<io.opentelemetry.api.OpenTelemetry> openTelemetrySupplier, Control optionalProxiedAuthControl) Creates a new LDAP client context having the provided parent and an ID automatically generated usingUUID.randomUUID()
. -
Uses of LdapClientSocket in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return LdapClientSocketModifier and TypeMethodDescriptionstatic LdapClientSocket
LdapClients.newInternalLdapClientSocket
(BiFunction<Integer, Request, Flowable<Response>> requestHandler) Creates a newLdapClientSocket
which will route requests to the providedrequestHandler
.static LdapClientSocket
LdapClients.uncloseable
(LdapClientSocket socket) Returns an uncloseable view of the provided socket.Methods in org.forgerock.opendj.ldap that return types with arguments of type LdapClientSocketModifier and TypeMethodDescriptionConnectionPool.connect()
LdapClient.connect()
Returns aSingle
which connects to a peer each time it is subscribed.Methods in org.forgerock.opendj.ldap with parameters of type LdapClientSocketModifier and TypeMethodDescriptionRootDse.readRootDse
(LdapClientSocket socket) Reads the Root DSE from the Directory Server using the provided socket.static LdapClientSocket
LdapClients.uncloseable
(LdapClientSocket socket) Returns an uncloseable view of the provided socket. -
Uses of LdapClientSocket in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema with parameters of type LdapClientSocketModifier and TypeMethodDescriptionSchemaBuilder.addSchema
(LdapClientSocket socket, Dn name, boolean overwrite) Reads the schema elements contained in the named subschema sub-entry and adds them to this schema builder.SchemaBuilder.addSchemaForEntry
(LdapClientSocket socket, Dn name, boolean overwrite) Reads the schema elements contained in the subschema sub-entry which applies to the named entry and adds them to this schema builder.Schema.readSchema
(LdapClientSocket socket, Dn name) Reads the schema contained in the named subschema sub-entry.Schema.readSchemaForEntry
(LdapClientSocket socket, Dn name) Reads the schema contained in the subschema sub-entry which applies to the named entry. -
Uses of LdapClientSocket in org.opends.server.protocols.http
Methods in org.opends.server.protocols.http that return LdapClientSocketModifier and TypeMethodDescriptionHttpClientConnectionContext.getLdapClientSocket()
Returns anLdapClientSocket
view of the underlyingClientConnection
.