Uses of Interface
org.forgerock.opendj.ldap.LdapClientSocket
Packages that use 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
Methods in org.forgerock.opendj.ldap that return LdapClientSocketModifier and TypeMethodDescriptionstatic LdapClientSocketLdapClients.newInternalLdapClientSocket(io.reactivex.rxjava3.functions.BiFunction<Integer, Request, io.reactivex.rxjava3.core.Flowable<Response>> requestHandler) Creates a newLdapClientSocketwhich will route requests to the providedrequestHandler.static LdapClientSocketLdapClients.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 TypeMethodDescriptionio.reactivex.rxjava3.core.Single<LdapClientSocket>ConnectionPool.connect()io.reactivex.rxjava3.core.Single<LdapClientSocket>LdapClient.connect()Returns aSinglewhich connects to a peer each time it is subscribed.Methods in org.forgerock.opendj.ldap with parameters of type LdapClientSocketModifier 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 LdapClientSocketLdapClients.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 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.