C
- The type of client managed object configuration that this
definition represents.S
- The type of server managed object configuration that this
definition represents.public abstract class ManagedObjectDefinition<C extends ConfigurationClient,S extends Configuration> extends AbstractManagedObjectDefinition<C,S>
Modifier | Constructor and Description |
---|---|
protected |
ManagedObjectDefinition(String name,
AbstractManagedObjectDefinition<? super C,? super S> parent)
Create a new managed object definition.
|
Modifier and Type | Method and Description |
---|---|
abstract C |
createClientConfiguration(ManagedObject<? extends C> managedObject)
Creates a client configuration view of the provided managed
object.
|
abstract S |
createServerConfiguration(ServerManagedObject<? extends S> managedObject)
Creates a server configuration view of the provided server
managed object.
|
abstract Class<S> |
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
protected ManagedObjectDefinition(String name, AbstractManagedObjectDefinition<? super C,? super S> parent)
name
- The name of the definition.parent
- The parent definition, or null
if there
is no parent.public abstract C createClientConfiguration(ManagedObject<? extends C> managedObject)
managedObject
- The managed object.public abstract S createServerConfiguration(ServerManagedObject<? extends S> managedObject)
managedObject
- The server managed object.public abstract Class<S> getServerConfigurationClass()
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.