|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserDefinedVirtualAttributeCfgClient
A client-side interface for reading and modifying User Defined Virtual Attribute settings.
The User Defined Virtual Attribute creates virtual attributes with user-defined values in entries that match the criteria defined in the plug-in's configuration.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends UserDefinedVirtualAttributeCfgClient,? extends UserDefinedVirtualAttributeCfg> |
definition()
Get the configuration definition associated with this User Defined Virtual Attribute. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.util.SortedSet<java.lang.String> |
getValue()
Gets the "value" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
void |
setValue(java.util.Collection<java.lang.String> values)
Sets the "value" property. |
Methods inherited from interface org.opends.server.admin.std.client.VirtualAttributeCfgClient |
---|
getAttributeType, getBaseDN, getConflictBehavior, getFilter, getGroupDN, isEnabled, setAttributeType, setBaseDN, setConflictBehavior, setEnabled, setFilter, setGroupDN |
Methods inherited from interface org.opends.server.admin.ConfigurationClient |
---|
commit, properties |
Method Detail |
---|
ManagedObjectDefinition<? extends UserDefinedVirtualAttributeCfgClient,? extends UserDefinedVirtualAttributeCfg> definition()
definition
in interface ConfigurationClient
definition
in interface VirtualAttributeCfgClient
java.lang.String getJavaClass()
Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.
getJavaClass
in interface VirtualAttributeCfgClient
void setJavaClass(java.lang.String value) throws IllegalPropertyValueException
Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.
setJavaClass
in interface VirtualAttributeCfgClient
value
- The value of the "java-class" property.
IllegalPropertyValueException
- If the new value is invalid.java.util.SortedSet<java.lang.String> getValue()
Specifies the values to be included in the virtual attribute.
void setValue(java.util.Collection<java.lang.String> values) throws IllegalPropertyValueException
Specifies the values to be included in the virtual attribute.
values
- The values of the "value" property.
IllegalPropertyValueException
- If one or more of the new values are invalid.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |