public abstract class AbstractAttributeTargetedStringMatchFunctor extends AbstractStringMatchFunctor
Modifier and Type | Field and Description |
---|---|
private String |
attributeId
ID of the attribute whose values will be evaluated.
|
Constructor and Description |
---|
AbstractAttributeTargetedStringMatchFunctor() |
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.
|
getMatchString, isCaseSensitive, isMatch, setCaseSensitive, setMatchString
doEvaluatePolicyRequirement, doEvaluateValue, evaluateDenyRule, evaluatePermitValue, evaluatePolicyRequirement
private String attributeId
public AbstractAttributeTargetedStringMatchFunctor()
public String getAttributeId()
public void setAttributeId(String id)
id
- ID of the attribute whose values will be evaluatedCopyright © 1999-2012. All Rights Reserved.