public interface JPEGAttributeSyntaxCfgClient extends AttributeSyntaxCfgClient
JPEG Attribute Syntaxes define an attribute syntax for storing JPEG information.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends JPEGAttributeSyntaxCfgClient,? extends JPEGAttributeSyntaxCfg> |
definition()
Get the configuration definition associated with this JPEG Attribute Syntax.
|
String |
getJavaClass()
Gets the "java-class" property.
|
boolean |
isStrictFormat()
Gets the "strict-format" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
void |
setStrictFormat(Boolean value)
Sets the "strict-format" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends JPEGAttributeSyntaxCfgClient,? extends JPEGAttributeSyntaxCfg> definition()
definition
in interface AttributeSyntaxCfgClient
definition
in interface ConfigurationClient
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the JPEG Attribute Syntax implementation.
getJavaClass
in interface AttributeSyntaxCfgClient
void setJavaClass(String value) throws PropertyException, PropertyException
Specifies the fully-qualified name of the Java class that provides the JPEG Attribute Syntax implementation.
This property is read-only and can only be modified during creation of a JPEG Attribute Syntax.
setJavaClass
in interface AttributeSyntaxCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.PropertyException
- If this JPEG Attribute Syntax is not being initialized.boolean isStrictFormat()
Indicates whether to require JPEG values to strictly comply with the standard definition for this syntax.
void setStrictFormat(Boolean value) throws PropertyException
Indicates whether to require JPEG values to strictly comply with the standard definition for this syntax.
value
- The value of the "strict-format" property.PropertyException
- If the new value is invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.