public final class EntityTagVirtualAttributeCfgDefn extends ManagedObjectDefinition<EntityTagVirtualAttributeCfgClient,EntityTagVirtualAttributeCfg>
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 | Class and Description |
---|---|
static class |
EntityTagVirtualAttributeCfgDefn.ChecksumAlgorithm
Defines the set of permissable values for the "checksum-algorithm" property.
|
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
public static EntityTagVirtualAttributeCfgDefn getInstance()
public EntityTagVirtualAttributeCfgClient createClientConfiguration(ManagedObject<? extends EntityTagVirtualAttributeCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<EntityTagVirtualAttributeCfgClient,EntityTagVirtualAttributeCfg>
impl
- The managed object.public EntityTagVirtualAttributeCfg createServerConfiguration(ServerManagedObject<? extends EntityTagVirtualAttributeCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<EntityTagVirtualAttributeCfgClient,EntityTagVirtualAttributeCfg>
impl
- The server managed object.public Class<EntityTagVirtualAttributeCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<EntityTagVirtualAttributeCfgClient,EntityTagVirtualAttributeCfg>
public AttributeTypePropertyDefinition getAttributeTypePropertyDefinition()
Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute.
public DNPropertyDefinition getBaseDNPropertyDefinition()
Specifies the base DNs for the branches containing entries that are eligible to use this virtual attribute.
If no values are given, then the server generates virtual attributes anywhere in the server.
public EnumPropertyDefinition<EntityTagVirtualAttributeCfgDefn.ChecksumAlgorithm> getChecksumAlgorithmPropertyDefinition()
The algorithm which should be used for calculating the entity tag checksum value.
public EnumPropertyDefinition<VirtualAttributeCfgDefn.ConflictBehavior> getConflictBehaviorPropertyDefinition()
Specifies the behavior that the server is to exhibit for entries that already contain one or more real values for the associated attribute.
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Entity Tag Virtual Attribute is enabled for use.
public AttributeTypePropertyDefinition getExcludedAttributePropertyDefinition()
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.
public StringPropertyDefinition getFilterPropertyDefinition()
Specifies the search filters to be applied against entries to determine if the virtual attribute is to be generated for those entries.
If no values are given, then any entry is eligible to have the value generated. If one or more filters are specified, then only entries that match at least one of those filters are allowed to have the virtual attribute.
public DNPropertyDefinition getGroupDNPropertyDefinition()
Specifies the DNs of the groups whose members can be eligible to use this virtual attribute.
If no values are given, then group membership is not taken into account when generating the virtual attribute. If one or more group DNs are specified, then only members of those groups are allowed to have the virtual attribute.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.
public EnumPropertyDefinition<VirtualAttributeCfgDefn.Scope> getScopePropertyDefinition()
Specifies the LDAP scope associated with base DNs for entries that are eligible to use this virtual attribute.
Copyright 2010-2017 ForgeRock AS.