Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
Modifier and Type | Method and Description |
---|---|
static RootDse |
RootDse.readRootDse(Connection connection)
Reads the Root DSE from the Directory Server using the provided
connection.
|
static RootDse |
RootDse.valueOf(Entry entry)
Creates a new Root DSE instance backed by the provided entry.
|
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 LdapPromise<RootDse> |
RootDse.readRootDseAsync(Connection connection)
Asynchronously reads the Root DSE from the Directory Server using the
provided connection.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.