|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DirectoryStringAttributeSyntaxCfgClient
A client-side interface for reading and modifying Directory String Attribute Syntax settings.
The Directory String Attribute Syntax defines an attribute syntax for storing arbitrary string (and sometimes binary) data.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends DirectoryStringAttributeSyntaxCfgClient,? extends DirectoryStringAttributeSyntaxCfg> |
definition()
Get the configuration definition 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 |
setAllowZeroLengthValues(java.lang.Boolean value)
Sets the "allow-zero-length-values" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" 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 DirectoryStringAttributeSyntaxCfgClient,? extends DirectoryStringAttributeSyntaxCfg> definition()
definition
in interface AttributeSyntaxCfgClient
definition
in interface ConfigurationClient
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.
void setAllowZeroLengthValues(java.lang.Boolean value) throws IllegalPropertyValueException
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.
value
- The value of the "allow-zero-length-values" property.
IllegalPropertyValueException
- If the new value is invalid.java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Directory String 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 Directory String Attribute Syntax implementation.
This property is read-only and can only be modified during creation of a Directory String Attribute Syntax.
setJavaClass
in interface AttributeSyntaxCfgClient
value
- The value of the "java-class" property.
IllegalPropertyValueException
- If the new value is invalid.
PropertyIsReadOnlyException
- If this Directory String Attribute Syntax is not being initialized.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |