|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EntryUUIDVirtualAttributeCfgClient
A client-side interface for reading and modifying Entry UUID Virtual Attribute settings.
The Entry UUID Virtual Attribute ensures that all entries contained in private backends have values for the entryUUID operational attribute.
| Method Summary | |
|---|---|
ManagedObjectDefinition<? extends EntryUUIDVirtualAttributeCfgClient,? extends EntryUUIDVirtualAttributeCfg> |
definition()
Get the configuration definition associated with this Entry UUID Virtual Attribute. |
AttributeType |
getAttributeType()
Gets the "attribute-type" property. |
VirtualAttributeCfgDefn.ConflictBehavior |
getConflictBehavior()
Gets the "conflict-behavior" property. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
void |
setAttributeType(AttributeType value)
Sets the "attribute-type" property. |
void |
setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value)
Sets the "conflict-behavior" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
| Methods inherited from interface org.opends.server.admin.std.client.VirtualAttributeCfgClient |
|---|
getBaseDN, getFilter, getGroupDN, isEnabled, setBaseDN, setEnabled, setFilter, setGroupDN |
| Methods inherited from interface org.opends.server.admin.ConfigurationClient |
|---|
commit, properties |
| Method Detail |
|---|
ManagedObjectDefinition<? extends EntryUUIDVirtualAttributeCfgClient,? extends EntryUUIDVirtualAttributeCfg> definition()
definition in interface ConfigurationClientdefinition in interface VirtualAttributeCfgClientAttributeType getAttributeType()
Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute.
getAttributeType in interface VirtualAttributeCfgClient
void setAttributeType(AttributeType value)
throws IllegalPropertyValueException
Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute.
setAttributeType in interface VirtualAttributeCfgClientvalue - The value of the "attribute-type" property.
IllegalPropertyValueException - If the new value is invalid.VirtualAttributeCfgDefn.ConflictBehavior getConflictBehavior()
Specifies the behavior that the server is to exhibit for entries that already contain one or more real values for the associated attribute.
getConflictBehavior in interface VirtualAttributeCfgClient
void setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value)
throws IllegalPropertyValueException
Specifies the behavior that the server is to exhibit for entries that already contain one or more real values for the associated attribute.
setConflictBehavior in interface VirtualAttributeCfgClientvalue - The value of the "conflict-behavior" property.
IllegalPropertyValueException - If the new value is invalid.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 VirtualAttributeCfgClientvalue - The value of the "java-class" property.
IllegalPropertyValueException - If the new value is invalid.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||