public interface AttributeTypeDescriptionAttributeSyntaxCfgClient extends AttributeSyntaxCfgClient
Attribute Type Description Attribute Syntaxes describe the format of the directory schema attribute type definitions.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends AttributeTypeDescriptionAttributeSyntaxCfgClient,? extends AttributeTypeDescriptionAttributeSyntaxCfg> |
definition()
Get the configuration definition associated with this Attribute Type Description Attribute Syntax.
|
String |
getJavaClass()
Gets the "java-class" property.
|
boolean |
isStripSyntaxMinUpperBound()
Gets the "strip-syntax-min-upper-bound" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
void |
setStripSyntaxMinUpperBound(Boolean value)
Sets the "strip-syntax-min-upper-bound" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends AttributeTypeDescriptionAttributeSyntaxCfgClient,? extends AttributeTypeDescriptionAttributeSyntaxCfg> definition()
definition
in interface AttributeSyntaxCfgClient
definition
in interface ConfigurationClient
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Attribute Type Description 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 Attribute Type Description Attribute Syntax implementation.
This property is read-only and can only be modified during creation of a Attribute Type Description Attribute Syntax.
setJavaClass
in interface AttributeSyntaxCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.PropertyException
- If this Attribute Type Description Attribute Syntax is not being initialized.boolean isStripSyntaxMinUpperBound()
Indicates whether the suggested minimum upper bound appended to an attribute's syntax OID in it's schema definition Attribute Type Description is stripped off.
When retrieving the server's schema, some APIs (JNDI) fail in their syntax lookup methods, because they do not parse this value correctly. This configuration option allows the server to be configured to provide schema definitions these APIs can parse correctly.
void setStripSyntaxMinUpperBound(Boolean value) throws PropertyException
Indicates whether the suggested minimum upper bound appended to an attribute's syntax OID in it's schema definition Attribute Type Description is stripped off.
When retrieving the server's schema, some APIs (JNDI) fail in their syntax lookup methods, because they do not parse this value correctly. This configuration option allows the server to be configured to provide schema definitions these APIs can parse correctly.
value
- The value of the "strip-syntax-min-upper-bound" property.PropertyException
- If the new value is invalid.Copyright 2010-2017 ForgeRock AS.