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 RootDSERootDSE.readRootDSE(Connection connection) Reads the Root DSE from the Directory Server using the provided connection.static RootDSECreates 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 TypeMethodDescriptionstatic LdapPromise<RootDSE> RootDSE.readRootDSEAsync(Connection connection) Asynchronously reads the Root DSE from the Directory Server using the provided connection.