public interface CountryStringAttributeSyntaxCfgClient extends AttributeSyntaxCfgClient
Country String Attribute Syntaxes define an attribute syntax for storing country codes.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends CountryStringAttributeSyntaxCfgClient,? extends CountryStringAttributeSyntaxCfg> |
definition()
Get the configuration definition associated with this Country String 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 CountryStringAttributeSyntaxCfgClient,? extends CountryStringAttributeSyntaxCfg> definition()
definition
in interface AttributeSyntaxCfgClient
definition
in interface ConfigurationClient
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Country String 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 Country String Attribute Syntax implementation.
This property is read-only and can only be modified during creation of a Country String Attribute Syntax.
setJavaClass
in interface AttributeSyntaxCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.PropertyException
- If this Country String Attribute Syntax is not being initialized.boolean isStrictFormat()
Indicates whether or not country code values are required to strictly comply with the standard definition for this syntax.
When set to false, country codes will not be validated and, as a result any string containing 2 characters will be acceptable.
void setStrictFormat(Boolean value) throws PropertyException
Indicates whether or not country code values are required to strictly comply with the standard definition for this syntax.
When set to false, country codes will not be validated and, as a result any string containing 2 characters will be acceptable.
value
- The value of the "strict-format" property.PropertyException
- If the new value is invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.