Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.ldap.schema |
Classes and interfaces for constructing and querying LDAP schemas.
|
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 io.reactivex.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.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.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.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.Single<Schema> |
Schema.readSchema(LdapClientSocket socket,
Dn name)
Reads the schema contained in the named subschema sub-entry.
|
static io.reactivex.Single<Schema> |
Schema.readSchemaForEntry(LdapClientSocket socket,
Dn name)
Reads the schema contained in the subschema sub-entry
which applies to the named entry.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.