Uses of Class
org.forgerock.opendj.server.config.meta.RootDNCfgDefn.DefaultRootPrivilegeName
-
Packages that use RootDNCfgDefn.DefaultRootPrivilegeName 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 RootDNCfgDefn.DefaultRootPrivilegeName in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type RootDNCfgDefn.DefaultRootPrivilegeName Modifier and Type Method Description SortedSet<RootDNCfgDefn.DefaultRootPrivilegeName>RootDNCfgClient. getDefaultRootPrivilegeName()Gets the "default-root-privilege-name" property.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type RootDNCfgDefn.DefaultRootPrivilegeName Modifier and Type Method Description voidRootDNCfgClient. setDefaultRootPrivilegeName(Collection<RootDNCfgDefn.DefaultRootPrivilegeName> values)Sets the "default-root-privilege-name" property. -
Uses of RootDNCfgDefn.DefaultRootPrivilegeName in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return RootDNCfgDefn.DefaultRootPrivilegeName Modifier and Type Method Description static RootDNCfgDefn.DefaultRootPrivilegeNameRootDNCfgDefn.DefaultRootPrivilegeName. valueOf(String name)Returns the enum constant of this type with the specified name.static RootDNCfgDefn.DefaultRootPrivilegeName[]RootDNCfgDefn.DefaultRootPrivilegeName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type RootDNCfgDefn.DefaultRootPrivilegeName Modifier and Type Method Description EnumPropertyDefinition<RootDNCfgDefn.DefaultRootPrivilegeName>RootDNCfgDefn. getDefaultRootPrivilegeNamePropertyDefinition()Get the "default-root-privilege-name" property definition. -
Uses of RootDNCfgDefn.DefaultRootPrivilegeName in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type RootDNCfgDefn.DefaultRootPrivilegeName Modifier and Type Method Description SortedSet<RootDNCfgDefn.DefaultRootPrivilegeName>RootDNCfg. getDefaultRootPrivilegeName()Gets the "default-root-privilege-name" property.
-