|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeTypeDescriptionAttributeSyntaxCfgClient
A client-side interface for reading and modifying Attribute Type Description Attribute Syntax settings.
Attribute Type Description Attribute Syntaxes describe the format of the directory schema attribute type definitions.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends AttributeTypeDescriptionAttributeSyntaxCfgClient,? extends AttributeTypeDescriptionAttributeSyntaxCfg> |
definition()
Get the configuration definition associated with this Attribute Type Description Attribute Syntax. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
boolean |
isStripSyntaxMinUpperBound()
Gets the "strip-syntax-min-upper-bound" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
void |
setStripSyntaxMinUpperBound(java.lang.Boolean value)
Sets the "strip-syntax-min-upper-bound" property. |
Methods inherited from interface org.opends.server.admin.std.client.AttributeSyntaxCfgClient |
---|
isEnabled, setEnabled |
Methods inherited from interface org.opends.server.admin.ConfigurationClient |
---|
commit, properties |
Method Detail |
---|
ManagedObjectDefinition<? extends AttributeTypeDescriptionAttributeSyntaxCfgClient,? extends AttributeTypeDescriptionAttributeSyntaxCfg> definition()
definition
in interface AttributeSyntaxCfgClient
definition
in interface ConfigurationClient
java.lang.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(java.lang.String value) throws IllegalPropertyValueException, PropertyIsReadOnlyException
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.
IllegalPropertyValueException
- If the new value is invalid.
PropertyIsReadOnlyException
- 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(java.lang.Boolean value) throws IllegalPropertyValueException
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.
IllegalPropertyValueException
- If the new value is invalid.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |