|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DirectoryStringAttributeSyntaxCfg
A server-side interface for querying Directory String Attribute Syntax settings.
The Directory String Attribute Syntax defines an attribute syntax for storing arbitrary string (and sometimes binary) data.
Method Summary | |
---|---|
void |
addDirectoryStringChangeListener(ConfigurationChangeListener<DirectoryStringAttributeSyntaxCfg> listener)
Register to be notified when this Directory String Attribute Syntax is changed. |
java.lang.Class<? extends DirectoryStringAttributeSyntaxCfg> |
configurationClass()
Gets the configuration class associated with this Directory String Attribute Syntax. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
boolean |
isAllowZeroLengthValues()
Gets the "allow-zero-length-values" property. |
void |
removeDirectoryStringChangeListener(ConfigurationChangeListener<DirectoryStringAttributeSyntaxCfg> listener)
Deregister an existing Directory String 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 DirectoryStringAttributeSyntaxCfg> configurationClass()
configurationClass
in interface AttributeSyntaxCfg
configurationClass
in interface Configuration
void addDirectoryStringChangeListener(ConfigurationChangeListener<DirectoryStringAttributeSyntaxCfg> listener)
listener
- The Directory String Attribute Syntax configuration change listener.void removeDirectoryStringChangeListener(ConfigurationChangeListener<DirectoryStringAttributeSyntaxCfg> listener)
listener
- The Directory String Attribute Syntax configuration change listener.boolean isAllowZeroLengthValues()
Indicates whether zero-length (that is, an empty string) values are allowed.
This is technically not allowed by the revised LDAPv3 specification, but some environments may require it for backward compatibility with servers that do allow it.
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Directory String Attribute Syntax implementation.
getJavaClass
in interface AttributeSyntaxCfg
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |