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.
-
Uses of LdapClientSocket in org.forgerock.opendj.ldap
Modifier and TypeMethodDescriptionstatic LdapClientSocket
LdapClients.newInternalLdapClientSocket
(io.reactivex.rxjava3.functions.BiFunction<Integer, Request, io.reactivex.rxjava3.core.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 TypeMethodDescriptionio.reactivex.rxjava3.core.Single<LdapClientSocket>
ConnectionPool.connect()
io.reactivex.rxjava3.core.Single<LdapClientSocket>
LdapClient.connect()
Returns aSingle
which connects to a peer each time it is subscribed.Modifier and TypeMethodDescriptionstatic io.reactivex.rxjava3.core.Single<RootDse>
RootDse.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 TypeMethodDescriptionio.reactivex.rxjava3.core.Single<SchemaBuilder>
SchemaBuilder.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.io.reactivex.rxjava3.core.Single<SchemaBuilder>
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.static io.reactivex.rxjava3.core.Single<Schema>
Schema.readSchema
(LdapClientSocket socket, Dn name) Reads the schema contained in the named subschema sub-entry.static io.reactivex.rxjava3.core.Single<Schema>
Schema.readSchemaForEntry
(LdapClientSocket socket, Dn name) Reads the schema contained in the subschema sub-entry which applies to the named entry.