Interface EntryUuidVirtualAttributeCfgClient
- 
- All Superinterfaces:
 ConfigurationClient,VirtualAttributeCfgClient
public interface EntryUuidVirtualAttributeCfgClient extends VirtualAttributeCfgClient
A client-side interface for reading and modifying entryUUID Virtual Attribute settings.The entryUUID Virtual Attribute ensures that all entries contained in private backends have values for the entryUUID operational attribute.
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedObjectDefinition<? extends EntryUuidVirtualAttributeCfgClient,? extends EntryUuidVirtualAttributeCfg>definition()Get the configuration definition associated with this entryUUID Virtual Attribute.ValueOrExpression<AttributeType>getAttributeType()Gets the "attribute-type" property.ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior>getConflictBehavior()Gets the "conflict-behavior" property.ValueOrExpression<String>getJavaClass()Gets the "java-class" property.voidsetAttributeType(ValueOrExpression<AttributeType> value)Sets the "attribute-type" property.voidsetConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value)Sets the "conflict-behavior" property.voidsetJavaClass(ValueOrExpression<String> value)Sets the "java-class" property.- 
Methods inherited from interface org.forgerock.opendj.config.ConfigurationClient
commit, properties 
- 
Methods inherited from interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
getBaseDn, getFilter, getGroupDn, getScope, isEnabled, setBaseDn, setEnabled, setFilter, setGroupDn, setScope 
 - 
 
 - 
 
- 
- 
Method Detail
- 
definition
ManagedObjectDefinition<? extends EntryUuidVirtualAttributeCfgClient,? extends EntryUuidVirtualAttributeCfg> definition()
Get the configuration definition associated with this entryUUID Virtual Attribute.- Specified by:
 definitionin interfaceConfigurationClient- Specified by:
 definitionin interfaceVirtualAttributeCfgClient- Returns:
 - Returns the configuration definition associated with this entryUUID Virtual Attribute.
 
 
- 
getAttributeType
@MandatoryProperty ValueOrExpression<AttributeType> getAttributeType()
Gets the "attribute-type" property.Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute.
Default value:
entryUUID- Specified by:
 getAttributeTypein interfaceVirtualAttributeCfgClient- Returns:
 - Returns the value of the "attribute-type" property.
 
 
- 
setAttributeType
@MandatoryProperty void setAttributeType(ValueOrExpression<AttributeType> value) throws PropertyException
Sets the "attribute-type" property.Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute.
- Specified by:
 setAttributeTypein interfaceVirtualAttributeCfgClient- Parameters:
 value- The value of the "attribute-type" property.- Throws:
 PropertyException- If the new value is invalid.
 
- 
getConflictBehavior
ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> getConflictBehavior()
Gets the "conflict-behavior" property.Specifies the behavior that the server is to exhibit for entries that already contain one or more real values for the associated attribute.
Default value:
real-overrides-virtual- Specified by:
 getConflictBehaviorin interfaceVirtualAttributeCfgClient- Returns:
 - Returns the value of the "conflict-behavior" property.
 
 
- 
setConflictBehavior
void setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) throws PropertyException
Sets the "conflict-behavior" property.Specifies the behavior that the server is to exhibit for entries that already contain one or more real values for the associated attribute.
- Specified by:
 setConflictBehaviorin interfaceVirtualAttributeCfgClient- Parameters:
 value- The value of the "conflict-behavior" property.- Throws:
 PropertyException- If the new value is invalid.
 
- 
getJavaClass
@MandatoryProperty ValueOrExpression<String> getJavaClass()
Gets the "java-class" property.Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.
Default value:
org.opends.server.extensions.EntryUUIDVirtualAttributeProvider- Specified by:
 getJavaClassin interfaceVirtualAttributeCfgClient- Returns:
 - Returns the value of the "java-class" property.
 
 
- 
setJavaClass
@MandatoryProperty void setJavaClass(ValueOrExpression<String> value) throws PropertyException
Sets the "java-class" property.Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.
- Specified by:
 setJavaClassin interfaceVirtualAttributeCfgClient- Parameters:
 value- The value of the "java-class" property.- Throws:
 PropertyException- If the new value is invalid.
 
 - 
 
 -