public abstract class AbstractAttributeTargetedRegexMatchFunctor extends AbstractRegexMatchFunctor
Modifier and Type | Field and Description |
---|---|
private String |
attributeId
ID of the attribute whose values will be evaluated.
|
Constructor and Description |
---|
AbstractAttributeTargetedRegexMatchFunctor() |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeId()
Gets the ID of the attribute whose values will be evaluated.
|
void |
setAttributeId(String id)
Sets the ID of the attribute whose values will be evaluated.
|
getRegularExpression, isMatch, setRegularExpression
doEvaluatePolicyRequirement, doEvaluateValue, evaluateDenyRule, evaluatePermitValue, evaluatePolicyRequirement
private String attributeId
public AbstractAttributeTargetedRegexMatchFunctor()
public String getAttributeId()
public void setAttributeId(String id)
id
- ID of the attribute whose values will be evaluatedCopyright © 1999-2012. All Rights Reserved.