public class AttributeValueRegexMatchFunctor extends AbstractAttributeTargetedRegexMatchFunctor
| Constructor and Description |
|---|
AttributeValueRegexMatchFunctor() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doEvaluatePolicyRequirement(ShibbolethFilteringContext filterContext)
Evaluates to true if any value for the specified attribute matches the provided regular expression.
|
protected boolean |
doEvaluateValue(ShibbolethFilteringContext filterContext,
String id,
Object attributeValue)
Evaluates to true if the given attribute value matches the provided regular expression.
|
evaluatePermitValue, getAttributeId, setAttributeId, warnOnTargetedgetRegularExpression, isMatch, setRegularExpressionevaluateDenyRule, evaluatePolicyRequirementprotected boolean doEvaluatePolicyRequirement(ShibbolethFilteringContext filterContext) throws FilterProcessingException
doEvaluatePolicyRequirement in class AbstractMatchFunctorfilterContext - current filtering contextFilterProcessingException - thrown if the function can not be evaluatedprotected boolean doEvaluateValue(ShibbolethFilteringContext filterContext, String id, Object attributeValue) throws FilterProcessingException
doEvaluateValue in class AbstractMatchFunctorfilterContext - 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-2015. All Rights Reserved.