public final class RootDSEBackendCfgDefn extends ManagedObjectDefinition<RootDSEBackendCfgClient,RootDSEBackendCfg>
The Root DSE Backend contains the directory server root DSE.
Modifier and Type | Method and Description |
---|---|
RootDSEBackendCfgClient |
createClientConfiguration(ManagedObject<? extends RootDSEBackendCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
RootDSEBackendCfg |
createServerConfiguration(ServerManagedObject<? extends RootDSEBackendCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
static RootDSEBackendCfgDefn |
getInstance()
Get the Root DSE Backend configuration definition singleton.
|
Class<RootDSEBackendCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
BooleanPropertyDefinition |
getShowAllAttributesPropertyDefinition()
Get the "show-all-attributes" property definition.
|
DNPropertyDefinition |
getSubordinateBaseDNPropertyDefinition()
Get the "subordinate-base-dn" property 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 RootDSEBackendCfgDefn getInstance()
public RootDSEBackendCfgClient createClientConfiguration(ManagedObject<? extends RootDSEBackendCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<RootDSEBackendCfgClient,RootDSEBackendCfg>
impl
- The managed object.public RootDSEBackendCfg createServerConfiguration(ServerManagedObject<? extends RootDSEBackendCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<RootDSEBackendCfgClient,RootDSEBackendCfg>
impl
- The server managed object.public Class<RootDSEBackendCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<RootDSEBackendCfgClient,RootDSEBackendCfg>
public BooleanPropertyDefinition getShowAllAttributesPropertyDefinition()
Indicates whether all attributes in the root DSE are to be treated like user attributes (and therefore returned to clients by default) regardless of the directory server schema configuration.
public DNPropertyDefinition getSubordinateBaseDNPropertyDefinition()
Specifies the set of base DNs used for singleLevel, wholeSubtree, and subordinateSubtree searches based at the root DSE.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.