public final class GroupImplementationCfgDefn extends ManagedObjectDefinition<GroupImplementationCfgClient,GroupImplementationCfg>
Group Implementations define named collections of users.
Modifier and Type | Method and Description |
---|---|
GroupImplementationCfgClient |
createClientConfiguration(ManagedObject<? extends GroupImplementationCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
GroupImplementationCfg |
createServerConfiguration(ServerManagedObject<? extends GroupImplementationCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition.
|
static GroupImplementationCfgDefn |
getInstance()
Get the Group Implementation configuration definition singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
Class<GroupImplementationCfg> |
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 GroupImplementationCfgDefn getInstance()
public GroupImplementationCfgClient createClientConfiguration(ManagedObject<? extends GroupImplementationCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<GroupImplementationCfgClient,GroupImplementationCfg>
impl
- The managed object.public GroupImplementationCfg createServerConfiguration(ServerManagedObject<? extends GroupImplementationCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<GroupImplementationCfgClient,GroupImplementationCfg>
impl
- The server managed object.public Class<GroupImplementationCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<GroupImplementationCfgClient,GroupImplementationCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Group Implementation is enabled.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Group Implementation implementation.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.