public class AttributeValueStringMatchFunctor extends AbstractAttributeTargetedStringMatchFunctor
Constructor and Description |
---|
AttributeValueStringMatchFunctor() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
doEvaluatePolicyRequirement(ShibbolethFilteringContext filterContext)
Evaluates to true if any value for the specified attribute matches the given match string.
|
protected boolean |
doEvaluateValue(ShibbolethFilteringContext filterContext,
String id,
Object attributeValue)
Evaluates to true if the given attribute value matches the given match string.
|
getAttributeId, setAttributeId
getMatchString, isCaseSensitive, isMatch, setCaseSensitive, setMatchString
evaluateDenyRule, evaluatePermitValue, evaluatePolicyRequirement
protected boolean doEvaluatePolicyRequirement(ShibbolethFilteringContext filterContext) throws FilterProcessingException
doEvaluatePolicyRequirement
in class AbstractMatchFunctor
filterContext
- current filtering contextFilterProcessingException
- thrown if the function can not be evaluatedprotected boolean doEvaluateValue(ShibbolethFilteringContext filterContext, String id, Object attributeValue) throws FilterProcessingException
doEvaluateValue
in class AbstractMatchFunctor
filterContext
- the current filtering contextid
- ID of the attribute being evaluatedattributeValue
- value of the attribute being evaluatedFilterProcessingException
- thrown if the function can not be evaluatedCopyright © 1999–2014. All rights reserved.