public interface EntityTagVirtualAttributeCfgClient extends VirtualAttributeCfgClient
The Entity Tag Virtual Attribute ensures that all entries contain an "entity tag" or "Etag" as defined in section 3.11 of RFC 2616.
getBaseDn, getFilter, getGroupDn, getScope, isEnabled, setBaseDn, setEnabled, setFilter, setGroupDn, setScope
commit, properties
ManagedObjectDefinition<? extends EntityTagVirtualAttributeCfgClient,? extends EntityTagVirtualAttributeCfg> definition()
definition
in interface ConfigurationClient
definition
in interface VirtualAttributeCfgClient
ValueOrExpression<AttributeType> 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(ValueOrExpression<AttributeType> value) throws PropertyException
Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute.
setAttributeType
in interface VirtualAttributeCfgClient
value
- The value of the "attribute-type" property.PropertyException
- If the new value is invalid.ValueOrExpression<EntityTagVirtualAttributeCfgDefn.ChecksumAlgorithm> getChecksumAlgorithm()
The algorithm which should be used for calculating the entity tag checksum value.
void setChecksumAlgorithm(ValueOrExpression<EntityTagVirtualAttributeCfgDefn.ChecksumAlgorithm> value) throws PropertyException
The algorithm which should be used for calculating the entity tag checksum value.
value
- The value of the "checksum-algorithm" property.PropertyException
- If the new value is invalid.ValueOrExpression<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(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) throws PropertyException
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 VirtualAttributeCfgClient
value
- The value of the "conflict-behavior" property.PropertyException
- If the new value is invalid.SortedSet<ValueOrExpression<AttributeType>> getExcludedAttribute()
The list of attributes which should be ignored when calculating the entity tag checksum value.
Certain attributes like "ds-sync-hist" may vary between replicas due to different purging schedules and should not be included in the checksum.
void setExcludedAttribute(Collection<ValueOrExpression<AttributeType>> values) throws PropertyException
The list of attributes which should be ignored when calculating the entity tag checksum value.
Certain attributes like "ds-sync-hist" may vary between replicas due to different purging schedules and should not be included in the checksum.
values
- The values of the "excluded-attribute" property.PropertyException
- If one or more of the new values are invalid.ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.
getJavaClass
in interface VirtualAttributeCfgClient
void setJavaClass(ValueOrExpression<String> value) throws PropertyException
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.PropertyException
- If the new value is invalid.Copyright 2010-2018 ForgeRock AS.