public abstract class AbstractEntityAttributeRegexMatchFunctor extends AbstractEntityAttributeMatchFunctor
| Modifier and Type | Field and Description |
|---|---|
private Pattern |
valueRegex
The value of the entity attribute the entity must have.
|
| Constructor and Description |
|---|
AbstractEntityAttributeRegexMatchFunctor() |
| 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.
|
Pattern |
getValueRegex()
Gets the value of the entity attribute the entity must have.
|
void |
setValueRegex(Pattern attributeValueRegex)
Sets the value of the entity attribute the entity must have.
|
doEvaluatePolicyRequirement, doEvaluateValue, getEntityAttribute, getEntityMetadata, getName, getNameFormat, hasEntityAttribute, setName, setNameFormatevaluateDenyRule, evaluatePermitValue, evaluatePolicyRequirementprivate Pattern valueRegex
public AbstractEntityAttributeRegexMatchFunctor()
public Pattern getValueRegex()
public void setValueRegex(Pattern attributeValueRegex)
attributeValueRegex - 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.