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 LdapPromise<RootDSE> |
RootDSE.readRootDSEAsync(Connection connection)
Asynchronously reads the Root DSE from the Directory Server using the
provided connection.
|
Copyright 2010-2017 ForgeRock AS.