Uses of Interface
org.forgerock.opendj.ldap.LdapClientSocket
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for constructing and querying LDAP schemas.
APIs for implementing REST to LDAP gateways.
Provides support for an embedded directory server.
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.ldap
Modifier 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.Modifier and TypeMethodDescriptionConnectionPool.connect()
LdapClient.connect()
Returns aSingle
which connects to a peer each time it is subscribed.Modifier 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
Modifier 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.forgerock.opendj.rest2ldap
Modifier and TypeMethodDescriptionLdapClientContext.getUserLdapClientSocket()
Returns the LDAP client socket authenticated using theSecurityContext
which will be used for performing subsequent LDAP operations.ModifierConstructorDescriptionLdapClientContext
(org.forgerock.services.context.Context parent, LdapClient ldapClientForReadingSchema, LdapClientSocket ldapClientSocketForUserRequests) 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, Control proxiedAuthControl) Creates a new LDAP client context having the provided parent and an ID automatically generated usingUUID.randomUUID()
. -
Uses of LdapClientSocket in org.forgerock.opendj.server.embedded
Modifier and TypeMethodDescriptionEmbeddedDirectoryServer.getLdapClientSocket()
Returns a LDAP client socket connected to the embedded server that will be authenticated automatically with the bind DN defined for this server. -
Uses of LdapClientSocket in org.opends.server.protocols.http
Modifier and TypeMethodDescriptionHttpClientConnectionContext.getLdapClientSocket()
Returns anLdapClientSocket
view of the underlyingClientConnection
.