Uses of Interface
org.forgerock.opendj.server.config.client.RootDseBackendCfgClient
-
Packages that use RootDseBackendCfgClient Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components. -
-
Uses of RootDseBackendCfgClient in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return RootDseBackendCfgClient Modifier and Type Method Description RootDseBackendCfgClient
RootCfgClient. getRootDseBackend()
Gets the Root Dse Backend.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type RootDseBackendCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends RootDseBackendCfgClient,? extends RootDseBackendCfg>
RootDseBackendCfgClient. definition()
Get the configuration definition associated with this Root DSE Backend. -
Uses of RootDseBackendCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return RootDseBackendCfgClient Modifier and Type Method Description RootDseBackendCfgClient
RootDseBackendCfgDefn. createClientConfiguration(ManagedObject<? extends RootDseBackendCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type RootDseBackendCfgClient Modifier and Type Method Description SingletonRelationDefinition<RootDseBackendCfgClient,RootDseBackendCfg>
RootCfgDefn. getRootDseBackendRelationDefinition()
Get the "root-dse-backend" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type RootDseBackendCfgClient Modifier and Type Method Description RootDseBackendCfgClient
RootDseBackendCfgDefn. createClientConfiguration(ManagedObject<? extends RootDseBackendCfgClient> impl)
-