Uses of Interface
org.forgerock.opendj.server.config.server.RootDNUserCfg
-
Packages that use RootDNUserCfg 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 RootDNUserCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type RootDNUserCfg Modifier and Type Method Description ManagedObjectDefinition<? extends RootDNUserCfgClient,? extends RootDNUserCfg>RootDNUserCfgClient. definition()Get the configuration definition associated with this Root DN User.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type RootDNUserCfg Modifier and Type Method Description <C extends RootDNUserCfgClient>
CRootDNCfgClient. createRootDNUser(ManagedObjectDefinition<C,? extends RootDNUserCfg> d, String name, Collection<PropertyException> exceptions)Creates a new Root DN User. -
Uses of RootDNUserCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return RootDNUserCfg Modifier and Type Method Description RootDNUserCfgRootDNUserCfgDefn. createServerConfiguration(ServerManagedObject<? extends RootDNUserCfg> 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 RootDNUserCfg Modifier and Type Method Description InstantiableRelationDefinition<RootDNUserCfgClient,RootDNUserCfg>RootDNCfgDefn. getRootDNUsersRelationDefinition()Get the "root-dn-users" relation definition.Class<RootDNUserCfg>RootDNUserCfgDefn. 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 RootDNUserCfg Modifier and Type Method Description RootDNUserCfgRootDNUserCfgDefn. createServerConfiguration(ServerManagedObject<? extends RootDNUserCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of RootDNUserCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return RootDNUserCfg Modifier and Type Method Description RootDNUserCfgRootDNCfg. getRootDNUser(String name)Gets the named Root DN User.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type RootDNUserCfg Modifier and Type Method Description Class<? extends RootDNUserCfg>RootDNUserCfg. configurationClass()Gets the configuration class associated with this Root DN User.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type RootDNUserCfg Modifier and Type Method Description voidRootDNUserCfg. addChangeListener(ConfigurationChangeListener<RootDNUserCfg> listener)Register to be notified when this Root DN User is changed.voidRootDNCfg. addRootDNUserAddListener(ConfigurationAddListener<RootDNUserCfg> listener)Registers to be notified when new Root DN Users are added.voidRootDNCfg. addRootDNUserDeleteListener(ConfigurationDeleteListener<RootDNUserCfg> listener)Registers to be notified when existing Root DN Users are deleted.voidRootDNUserCfg. removeChangeListener(ConfigurationChangeListener<RootDNUserCfg> listener)Deregister an existing Root DN User configuration change listener.voidRootDNCfg. removeRootDNUserAddListener(ConfigurationAddListener<RootDNUserCfg> listener)Deregisters an existing Root DN User configuration add listener.voidRootDNCfg. removeRootDNUserDeleteListener(ConfigurationDeleteListener<RootDNUserCfg> listener)Deregisters an existing Root DN User configuration delete listener.
-