|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeTypeDescriptionAttributeSyntaxCfg
A server-side interface for querying Attribute Type Description Attribute Syntax settings.
Attribute Type Description Attribute Syntaxes describe the format of the directory schema attribute type definitions.
Method Summary | |
---|---|
void |
addAttributeTypeDescriptionChangeListener(ConfigurationChangeListener<AttributeTypeDescriptionAttributeSyntaxCfg> listener)
Register to be notified when this Attribute Type Description Attribute Syntax is changed. |
java.lang.Class<? extends AttributeTypeDescriptionAttributeSyntaxCfg> |
configurationClass()
Gets the configuration class 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 |
removeAttributeTypeDescriptionChangeListener(ConfigurationChangeListener<AttributeTypeDescriptionAttributeSyntaxCfg> listener)
Deregister an existing Attribute Type Description Attribute Syntax configuration change listener. |
Methods inherited from interface org.opends.server.admin.std.server.AttributeSyntaxCfg |
---|
addChangeListener, isEnabled, removeChangeListener |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends AttributeTypeDescriptionAttributeSyntaxCfg> configurationClass()
configurationClass
in interface AttributeSyntaxCfg
configurationClass
in interface Configuration
void addAttributeTypeDescriptionChangeListener(ConfigurationChangeListener<AttributeTypeDescriptionAttributeSyntaxCfg> listener)
listener
- The Attribute Type Description Attribute Syntax configuration change listener.void removeAttributeTypeDescriptionChangeListener(ConfigurationChangeListener<AttributeTypeDescriptionAttributeSyntaxCfg> listener)
listener
- The Attribute Type Description Attribute Syntax configuration change listener.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 AttributeSyntaxCfg
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |