Uses of Class
org.forgerock.opendj.ldap.RootDse
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
-
Uses of RootDse in org.forgerock.opendj.ldap
Modifier and TypeMethodDescriptionstatic RootDse
RootDse.readRootDse
(Connection connection) Reads the Root DSE from the Directory Server using the provided connection.static RootDse
Creates a new Root DSE instance backed by the provided entry.Modifier and TypeMethodDescriptionstatic io.reactivex.rxjava3.core.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.