public abstract class AbstractEntityAttributeExactMatchFunctor extends AbstractEntityAttributeMatchFunctor
| Modifier and Type | Field and Description |
|---|---|
private String |
value
The value of the entity attribute the entity must have.
|
| Constructor and Description |
|---|
AbstractEntityAttributeExactMatchFunctor() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
entityAttributeValueMatches(String entityAttributeValue)
Checks whether the given entity attribute value matches the rules for particular implementation of this functor.
|
String |
getValue()
Gets the value of the entity attribute the entity must have.
|
void |
setValue(String attributeValue)
Sets the value of the entity attribute the entity must have.
|
doEvaluatePolicyRequirement, doEvaluateValue, getEntityAttribute, getEntityMetadata, getName, getNameFormat, hasEntityAttribute, setName, setNameFormatevaluateDenyRule, evaluatePermitValue, evaluatePolicyRequirementprivate String value
public AbstractEntityAttributeExactMatchFunctor()
public String getValue()
public void setValue(String attributeValue)
attributeValue - value of the entity attribute the entity must haveprotected boolean entityAttributeValueMatches(String entityAttributeValue)
entityAttributeValueMatches in class AbstractEntityAttributeMatchFunctorentityAttributeValue - the entity attribute value, never nullCopyright © 1999-2015. All Rights Reserved.