public interface EntityTagVirtualAttributeCfg extends VirtualAttributeCfg
The Entity Tag Virtual Attribute ensures that all entries contain an "entity tag" or "Etag" as defined in section 3.11 of RFC 2616.
Modifier and Type | Method and Description |
---|---|
void |
addEntityTagChangeListener(ConfigurationChangeListener<EntityTagVirtualAttributeCfg> listener)
Register to be notified when this Entity Tag Virtual Attribute is changed.
|
Class<? extends EntityTagVirtualAttributeCfg> |
configurationClass()
Gets the configuration class associated with this Entity Tag Virtual Attribute.
|
AttributeType |
getAttributeType()
Gets the "attribute-type" property.
|
EntityTagVirtualAttributeCfgDefn.ChecksumAlgorithm |
getChecksumAlgorithm()
Gets the "checksum-algorithm" property.
|
VirtualAttributeCfgDefn.ConflictBehavior |
getConflictBehavior()
Gets the "conflict-behavior" property.
|
SortedSet<AttributeType> |
getExcludedAttribute()
Gets the "excluded-attribute" property.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
removeEntityTagChangeListener(ConfigurationChangeListener<EntityTagVirtualAttributeCfg> listener)
Deregister an existing Entity Tag Virtual Attribute configuration change listener.
|
addChangeListener, getBaseDn, getFilter, getGroupDn, getScope, isEnabled, removeChangeListener
dn, name
Class<? extends EntityTagVirtualAttributeCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface VirtualAttributeCfg
void addEntityTagChangeListener(ConfigurationChangeListener<EntityTagVirtualAttributeCfg> listener)
listener
- The Entity Tag Virtual Attribute configuration change listener.void removeEntityTagChangeListener(ConfigurationChangeListener<EntityTagVirtualAttributeCfg> listener)
listener
- The Entity Tag Virtual Attribute configuration change listener.AttributeType getAttributeType()
Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute.
getAttributeType
in interface VirtualAttributeCfg
EntityTagVirtualAttributeCfgDefn.ChecksumAlgorithm getChecksumAlgorithm()
The algorithm which should be used for calculating the entity tag checksum value.
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 VirtualAttributeCfg
SortedSet<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.
String getJavaClass()
Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.
getJavaClass
in interface VirtualAttributeCfg
Copyright 2010-2018 ForgeRock AS.