public interface TelephoneNumberAttributeSyntaxCfgClient extends AttributeSyntaxCfgClient
Telephone Number Attribute Syntaxes define an attribute syntax for storing telephone number information.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends TelephoneNumberAttributeSyntaxCfgClient,? extends TelephoneNumberAttributeSyntaxCfg> |
definition()
Get the configuration definition associated with this Telephone Number 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 TelephoneNumberAttributeSyntaxCfgClient,? extends TelephoneNumberAttributeSyntaxCfg> definition()
definition
in interface AttributeSyntaxCfgClient
definition
in interface ConfigurationClient
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Telephone Number 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 Telephone Number Attribute Syntax implementation.
This property is read-only and can only be modified during creation of a Telephone Number Attribute Syntax.
setJavaClass
in interface AttributeSyntaxCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.PropertyException
- If this Telephone Number Attribute Syntax is not being initialized.boolean isStrictFormat()
Indicates whether to require telephone number values to strictly comply with the standard definition for this syntax.
void setStrictFormat(Boolean value) throws PropertyException
Indicates whether to require telephone number 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.