public final class RootDnUserCfgDefn extends ManagedObjectDefinition<RootDnUserCfgClient,RootDnUserCfg>
A Root DN User are administrative users who can granted special privileges that are not available to non-root users (for example, the ability to bind to the server in lockdown mode).
Modifier and Type | Method and Description |
---|---|
RootDnUserCfgClient |
createClientConfiguration(ManagedObject<? extends RootDnUserCfgClient> impl)
Creates a client configuration view of the provided managed object.
|
RootDnUserCfg |
createServerConfiguration(ServerManagedObject<? extends RootDnUserCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
DnPropertyDefinition |
getAlternateBindDnPropertyDefinition()
Get the "alternate-bind-dn" property definition.
|
static RootDnUserCfgDefn |
getInstance()
Get the Root DN User configuration definition singleton.
|
Class<RootDnUserCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
public static RootDnUserCfgDefn getInstance()
public RootDnUserCfgClient createClientConfiguration(ManagedObject<? extends RootDnUserCfgClient> impl)
ManagedObjectDefinition
createClientConfiguration
in class ManagedObjectDefinition<RootDnUserCfgClient,RootDnUserCfg>
impl
- The managed object.public RootDnUserCfg createServerConfiguration(ServerManagedObject<? extends RootDnUserCfg> impl)
ManagedObjectDefinition
createServerConfiguration
in class ManagedObjectDefinition<RootDnUserCfgClient,RootDnUserCfg>
impl
- The server managed object.public Class<RootDnUserCfg> getServerConfigurationClass()
ManagedObjectDefinition
getServerConfigurationClass
in class ManagedObjectDefinition<RootDnUserCfgClient,RootDnUserCfg>
public DnPropertyDefinition getAlternateBindDnPropertyDefinition()
Specifies one or more alternate DNs that can be used to bind to the server as this root user.
Copyright 2010-2020 ForgeRock AS.