Uses of Interface
org.forgerock.opendj.server.config.client.RootDNCfgClient
-
Packages that use RootDNCfgClient 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 RootDNCfgClient in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return RootDNCfgClient Modifier and Type Method Description RootDNCfgClientRootCfgClient. getRootDN()Gets the Root DN.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type RootDNCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends RootDNCfgClient,? extends RootDNCfg>RootDNCfgClient. definition()Get the configuration definition associated with this Root DN. -
Uses of RootDNCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return RootDNCfgClient Modifier and Type Method Description RootDNCfgClientRootDNCfgDefn. createClientConfiguration(ManagedObject<? extends RootDNCfgClient> impl)Creates a client configuration view of the provided managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type RootDNCfgClient Modifier and Type Method Description SingletonRelationDefinition<RootDNCfgClient,RootDNCfg>RootCfgDefn. getRootDNRelationDefinition()Get the "root-dn" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type RootDNCfgClient Modifier and Type Method Description RootDNCfgClientRootDNCfgDefn. createClientConfiguration(ManagedObject<? extends RootDNCfgClient> impl)Creates a client configuration view of the provided managed object.
-