Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
Modifier and Type | Method and Description |
---|---|
static LdapClientSocket |
LdapClients.newInternalLdapClientSocket(io.reactivex.functions.BiFunction<Integer,Request,io.reactivex.Flowable<Response>> requestHandler)
Creates a new
LdapClientSocket which will route requests to the provided requestHandler . |
static LdapClientSocket |
LdapClients.uncloseable(LdapClientSocket socket)
Returns an uncloseable view of the provided socket.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<LdapClientSocket> |
LdapClient.connect()
Returns a
Single which connects to a peer each time it is subscribed. |
Modifier and Type | Method and Description |
---|---|
static RootDse |
RootDse.readRootDse(LdapClientSocket socket)
Reads the Root DSE from the Directory Server using the provided client socket.
|
static LdapClientSocket |
LdapClients.uncloseable(LdapClientSocket socket)
Returns an uncloseable view of the provided socket.
|
Copyright © 2010-2020, ForgeRock All Rights Reserved.