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(BiFunction<Integer,Request,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 |
---|---|
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-2018 ForgeRock AS.