public interface AttributeSyntaxCfgClient extends ConfigurationClient
Attribute Syntaxes define the type of data that may be stored in an attribute with that syntax. A syntax is generally associated with a set of matching rules that indicate how to perform matching operations against values of that syntax.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends AttributeSyntaxCfgClient,? extends AttributeSyntaxCfg> |
definition()
Get the configuration definition associated with this Attribute Syntax.
|
String |
getJavaClass()
Gets the "java-class" property.
|
Boolean |
isEnabled()
Gets the "enabled" property.
|
void |
setEnabled(boolean value)
Sets the "enabled" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
commit, properties
ManagedObjectDefinition<? extends AttributeSyntaxCfgClient,? extends AttributeSyntaxCfg> definition()
definition
in interface ConfigurationClient
Boolean isEnabled()
Indicates whether the Attribute Syntax is enabled.
void setEnabled(boolean value) throws PropertyException
Indicates whether the Attribute Syntax is enabled.
value
- The value of the "enabled" property.PropertyException
- If the new value is invalid.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Attribute Syntax implementation.
void setJavaClass(String value) throws PropertyException, PropertyException
Specifies the fully-qualified name of the Java class that provides the Attribute Syntax implementation.
This property is read-only and can only be modified during creation of a Attribute Syntax.
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.PropertyException
- If this Attribute Syntax is not being initialized.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.