public final class StaticGroupImplementationCfgDefn extends ManagedObjectDefinition<StaticGroupImplementationCfgClient,StaticGroupImplementationCfg>
The Static Group Implementation provides a grouping mechanism in which the group membership is based on an explicit list of the DNs of the users that are members of the group.
Modifier and Type | Method and Description |
---|---|
StaticGroupImplementationCfgClient |
createClientConfiguration(ManagedObject<? extends StaticGroupImplementationCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
StaticGroupImplementationCfg |
createServerConfiguration(ServerManagedObject<? extends StaticGroupImplementationCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition.
|
static StaticGroupImplementationCfgDefn |
getInstance()
Get the Static Group Implementation configuration definition
singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
Class<StaticGroupImplementationCfg> |
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 StaticGroupImplementationCfgDefn getInstance()
public StaticGroupImplementationCfgClient createClientConfiguration(ManagedObject<? extends StaticGroupImplementationCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<StaticGroupImplementationCfgClient,StaticGroupImplementationCfg>
impl
- The managed object.public StaticGroupImplementationCfg createServerConfiguration(ServerManagedObject<? extends StaticGroupImplementationCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<StaticGroupImplementationCfgClient,StaticGroupImplementationCfg>
impl
- The server managed object.public Class<StaticGroupImplementationCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<StaticGroupImplementationCfgClient,StaticGroupImplementationCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Static Group Implementation is enabled.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Static Group Implementation implementation.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.