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)
createClientConfiguration
in class ManagedObjectDefinition<RootDNUserCfgClient,RootDNUserCfg>
impl
- The managed object.public RootDNUserCfg createServerConfiguration(ServerManagedObject<? extends RootDNUserCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<RootDNUserCfgClient,RootDNUserCfg>
impl
- The server managed object.public Class<RootDNUserCfg> getServerConfigurationClass()
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-2016 ForgeRock AS. All Rights Reserved.