public final class TelephoneNumberAttributeSyntaxCfgDefn extends ManagedObjectDefinition<TelephoneNumberAttributeSyntaxCfgClient,TelephoneNumberAttributeSyntaxCfg>
Telephone Number Attribute Syntaxes define an attribute syntax for storing telephone number information.
Modifier and Type | Method and Description |
---|---|
TelephoneNumberAttributeSyntaxCfgClient |
createClientConfiguration(ManagedObject<? extends TelephoneNumberAttributeSyntaxCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
TelephoneNumberAttributeSyntaxCfg |
createServerConfiguration(ServerManagedObject<? extends TelephoneNumberAttributeSyntaxCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition.
|
static TelephoneNumberAttributeSyntaxCfgDefn |
getInstance()
Get the Telephone Number Attribute Syntax configuration
definition singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
Class<TelephoneNumberAttributeSyntaxCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
BooleanPropertyDefinition |
getStrictFormatPropertyDefinition()
Get the "strict-format" property definition.
|
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
public static TelephoneNumberAttributeSyntaxCfgDefn getInstance()
public TelephoneNumberAttributeSyntaxCfgClient createClientConfiguration(ManagedObject<? extends TelephoneNumberAttributeSyntaxCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<TelephoneNumberAttributeSyntaxCfgClient,TelephoneNumberAttributeSyntaxCfg>
impl
- The managed object.public TelephoneNumberAttributeSyntaxCfg createServerConfiguration(ServerManagedObject<? extends TelephoneNumberAttributeSyntaxCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<TelephoneNumberAttributeSyntaxCfgClient,TelephoneNumberAttributeSyntaxCfg>
impl
- The server managed object.public Class<TelephoneNumberAttributeSyntaxCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<TelephoneNumberAttributeSyntaxCfgClient,TelephoneNumberAttributeSyntaxCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Telephone Number Attribute Syntax is enabled.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Telephone Number Attribute Syntax implementation.
public BooleanPropertyDefinition getStrictFormatPropertyDefinition()
Indicates whether to require telephone number values to strictly comply with the standard definition for this syntax.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.