public interface JPEGAttributeSyntaxCfg extends AttributeSyntaxCfg
JPEG Attribute Syntaxes define an attribute syntax for storing JPEG information.
Modifier and Type | Method and Description |
---|---|
void |
addJPEGChangeListener(ConfigurationChangeListener<JPEGAttributeSyntaxCfg> listener)
Register to be notified when this JPEG Attribute Syntax is changed.
|
Class<? extends JPEGAttributeSyntaxCfg> |
configurationClass()
Gets the configuration class associated with this JPEG Attribute Syntax.
|
String |
getJavaClass()
Gets the "java-class" property.
|
boolean |
isStrictFormat()
Gets the "strict-format" property.
|
void |
removeJPEGChangeListener(ConfigurationChangeListener<JPEGAttributeSyntaxCfg> listener)
Deregister an existing JPEG Attribute Syntax configuration change listener.
|
addChangeListener, isEnabled, removeChangeListener
dn
Class<? extends JPEGAttributeSyntaxCfg> configurationClass()
configurationClass
in interface AttributeSyntaxCfg
configurationClass
in interface Configuration
void addJPEGChangeListener(ConfigurationChangeListener<JPEGAttributeSyntaxCfg> listener)
listener
- The JPEG Attribute Syntax configuration change listener.void removeJPEGChangeListener(ConfigurationChangeListener<JPEGAttributeSyntaxCfg> listener)
listener
- The JPEG Attribute Syntax configuration change listener.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the JPEG Attribute Syntax implementation.
getJavaClass
in interface AttributeSyntaxCfg
boolean isStrictFormat()
Indicates whether to require JPEG values to strictly comply with the standard definition for this syntax.
Copyright 2010-2017 ForgeRock AS.