Uses of Class
org.forgerock.opendj.ldap.RootDse
Packages that use RootDse
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
-
Uses of RootDse in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return RootDseModifier 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.Methods in org.forgerock.opendj.ldap that return types with arguments of type RootDseModifier and TypeMethodDescriptionRootDse.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.