public final class DynamicGroupImplementationCfgDefn extends ManagedObjectDefinition<DynamicGroupImplementationCfgClient,DynamicGroupImplementationCfg>
The Dynamic Group Implementation provides a grouping mechanism in which the group membership is determined based on criteria defined in one or more LDAP URLs.
Modifier and Type | Method and Description |
---|---|
DynamicGroupImplementationCfgClient |
createClientConfiguration(ManagedObject<? extends DynamicGroupImplementationCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
DynamicGroupImplementationCfg |
createServerConfiguration(ServerManagedObject<? extends DynamicGroupImplementationCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition.
|
static DynamicGroupImplementationCfgDefn |
getInstance()
Get the Dynamic Group Implementation configuration definition
singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
Class<DynamicGroupImplementationCfg> |
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 DynamicGroupImplementationCfgDefn getInstance()
public DynamicGroupImplementationCfgClient createClientConfiguration(ManagedObject<? extends DynamicGroupImplementationCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<DynamicGroupImplementationCfgClient,DynamicGroupImplementationCfg>
impl
- The managed object.public DynamicGroupImplementationCfg createServerConfiguration(ServerManagedObject<? extends DynamicGroupImplementationCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<DynamicGroupImplementationCfgClient,DynamicGroupImplementationCfg>
impl
- The server managed object.public Class<DynamicGroupImplementationCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<DynamicGroupImplementationCfgClient,DynamicGroupImplementationCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Dynamic Group Implementation is enabled.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Dynamic Group Implementation implementation.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.