Uses of Interface
org.forgerock.opendj.server.config.client.RootDNUserCfgClient
-
Packages that use RootDNUserCfgClient 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 RootDNUserCfgClient in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client with type parameters of type RootDNUserCfgClient 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.Methods in org.forgerock.opendj.server.config.client that return RootDNUserCfgClient Modifier and Type Method Description RootDNUserCfgClientRootDNCfgClient. getRootDNUser(String name)Gets the named Root DN User.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type RootDNUserCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends RootDNUserCfgClient,? extends RootDNUserCfg>RootDNUserCfgClient. definition()Get the configuration definition associated with this Root DN User. -
Uses of RootDNUserCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return RootDNUserCfgClient Modifier and Type Method Description RootDNUserCfgClientRootDNUserCfgDefn. createClientConfiguration(ManagedObject<? extends RootDNUserCfgClient> 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 RootDNUserCfgClient Modifier and Type Method Description InstantiableRelationDefinition<RootDNUserCfgClient,RootDNUserCfg>RootDNCfgDefn. getRootDNUsersRelationDefinition()Get the "root-dn-users" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type RootDNUserCfgClient Modifier and Type Method Description RootDNUserCfgClientRootDNUserCfgDefn. createClientConfiguration(ManagedObject<? extends RootDNUserCfgClient> impl)Creates a client configuration view of the provided managed object.
-