Uses of Interface
org.forgerock.opendj.server.config.server.RootDNCfg
-
Packages that use RootDNCfg 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.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components. -
-
Uses of RootDNCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type RootDNCfg Modifier and Type Method Description ManagedObjectDefinition<? extends RootDNCfgClient,? extends RootDNCfg>RootDNCfgClient. definition()Get the configuration definition associated with this Root DN. -
Uses of RootDNCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return RootDNCfg Modifier and Type Method Description RootDNCfgRootDNCfgDefn. createServerConfiguration(ServerManagedObject<? extends RootDNCfg> impl)Creates a server configuration view of the provided server managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type RootDNCfg Modifier and Type Method Description SingletonRelationDefinition<RootDNCfgClient,RootDNCfg>RootCfgDefn. getRootDNRelationDefinition()Get the "root-dn" relation definition.Class<RootDNCfg>RootDNCfgDefn. getServerConfigurationClass()Gets the server configuration class instance associated with this managed object definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type RootDNCfg Modifier and Type Method Description RootDNCfgRootDNCfgDefn. createServerConfiguration(ServerManagedObject<? extends RootDNCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of RootDNCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return RootDNCfg Modifier and Type Method Description RootDNCfgRootCfg. getRootDN()Gets the Root DN.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type RootDNCfg Modifier and Type Method Description Class<? extends RootDNCfg>RootDNCfg. configurationClass()Gets the configuration class associated with this Root DN.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type RootDNCfg Modifier and Type Method Description voidRootDNCfg. addChangeListener(ConfigurationChangeListener<RootDNCfg> listener)Register to be notified when this Root DN is changed.voidRootDNCfg. removeChangeListener(ConfigurationChangeListener<RootDNCfg> listener)Deregister an existing Root DN configuration change listener.
-