public abstract class AbstractEntityAttributeExactMatchFunctor extends AbstractEntityAttributeMatchFunctor
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, setNameFormat
evaluateDenyRule, evaluatePermitValue, evaluatePolicyRequirement
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 AbstractEntityAttributeMatchFunctor
entityAttributeValue
- the entity attribute value, never nullCopyright © 1999–2014. All rights reserved.