public interface DirectoryStringAttributeSyntaxCfgClient extends AttributeSyntaxCfgClient
The Directory String Attribute Syntax defines an attribute syntax for storing arbitrary string (and sometimes binary) data.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends DirectoryStringAttributeSyntaxCfgClient,? extends DirectoryStringAttributeSyntaxCfg> |
definition()
Get the configuration definition associated with this Directory String Attribute Syntax.
|
String |
getJavaClass()
Gets the "java-class" property.
|
boolean |
isAllowZeroLengthValues()
Gets the "allow-zero-length-values" property.
|
void |
setAllowZeroLengthValues(Boolean value)
Sets the "allow-zero-length-values" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
isEnabled, setEnabled
commit, properties
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(Boolean value) throws PropertyException
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.PropertyException
- If the new value is invalid.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(String value) throws PropertyException, PropertyException
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.PropertyException
- If the new value is invalid.PropertyException
- If this Directory String Attribute Syntax is not being initialized.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.