public final class TopCfgDefn extends AbstractManagedObjectDefinition<ConfigurationClient,Configuration>
TopCfgDefn
is the root of
the configuration definition hierarchy. Every configuration has
TopCfgDefn
as a superclass.
The TopCfgDefn
has no properties or relations.
However, it can be used to determine all the configuration
definitions currently available to the administration framework
using the AbstractManagedObjectDefinition.getAllChildren()
.
NOTE: it is not possible to retrieve I18N related
information or profile information for this managed object
definition. In particular, calls to the methods
AbstractManagedObjectDefinition.getSynopsis()
, AbstractManagedObjectDefinition.getDescription()
,
AbstractManagedObjectDefinition.getUserFriendlyName()
, and
AbstractManagedObjectDefinition.getUserFriendlyPluralName()
will not work.
Modifier and Type | Method and Description |
---|---|
static TopCfgDefn |
getInstance()
Get the Top configuration definition singleton.
|
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 TopCfgDefn getInstance()
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.