Uses of Class
org.forgerock.opendj.ldap.RootDse
-
Packages that use RootDse Package Description org.forgerock.opendj.ldap 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 RootDse Modifier and Type Method 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.Methods in org.forgerock.opendj.ldap that return types with arguments of type RootDse Modifier and Type Method Description static 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.
-