public interface AttributeTypeDescriptionAttributeSyntaxCfg extends AttributeSyntaxCfg
Attribute Type Description Attribute Syntaxes describe the format of the directory schema attribute type definitions.
Modifier and Type | Method and Description |
---|---|
void |
addAttributeTypeDescriptionChangeListener(ConfigurationChangeListener<AttributeTypeDescriptionAttributeSyntaxCfg> listener)
Register to be notified when this Attribute Type Description Attribute Syntax is changed.
|
Class<? extends AttributeTypeDescriptionAttributeSyntaxCfg> |
configurationClass()
Gets the configuration class 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 |
removeAttributeTypeDescriptionChangeListener(ConfigurationChangeListener<AttributeTypeDescriptionAttributeSyntaxCfg> listener)
Deregister an existing Attribute Type Description Attribute Syntax configuration change listener.
|
addChangeListener, isEnabled, removeChangeListener
dn
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.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.
Copyright 2010-2017 ForgeRock AS.