public final class JPEGAttributeSyntaxCfgDefn extends ManagedObjectDefinition<JPEGAttributeSyntaxCfgClient,JPEGAttributeSyntaxCfg>
JPEG Attribute Syntaxes define an attribute syntax for storing JPEG information.
Modifier and Type | Method and Description |
---|---|
JPEGAttributeSyntaxCfgClient |
createClientConfiguration(ManagedObject<? extends JPEGAttributeSyntaxCfgClient> impl)
Creates a client configuration view of the provided managed object.
|
JPEGAttributeSyntaxCfg |
createServerConfiguration(ServerManagedObject<? extends JPEGAttributeSyntaxCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition.
|
static JPEGAttributeSyntaxCfgDefn |
getInstance()
Get the JPEG Attribute Syntax configuration definition singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
Class<JPEGAttributeSyntaxCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
BooleanPropertyDefinition |
getStrictFormatPropertyDefinition()
Get the "strict-format" property 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 JPEGAttributeSyntaxCfgDefn getInstance()
public JPEGAttributeSyntaxCfgClient createClientConfiguration(ManagedObject<? extends JPEGAttributeSyntaxCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<JPEGAttributeSyntaxCfgClient,JPEGAttributeSyntaxCfg>
impl
- The managed object.public JPEGAttributeSyntaxCfg createServerConfiguration(ServerManagedObject<? extends JPEGAttributeSyntaxCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<JPEGAttributeSyntaxCfgClient,JPEGAttributeSyntaxCfg>
impl
- The server managed object.public Class<JPEGAttributeSyntaxCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<JPEGAttributeSyntaxCfgClient,JPEGAttributeSyntaxCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the JPEG Attribute Syntax is enabled.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the JPEG Attribute Syntax implementation.
public BooleanPropertyDefinition getStrictFormatPropertyDefinition()
Indicates whether to require JPEG values to strictly comply with the standard definition for this syntax.
Copyright 2010-2017 ForgeRock AS.