public class AttributeScopeRegexMatchFunctor extends AbstractAttributeTargetedRegexMatchFunctor
ScopedAttributeValue.| Constructor and Description |
|---|
AttributeScopeRegexMatchFunctor() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doEvaluatePolicyRequirement(ShibbolethFilteringContext filterContext)
Checks if any of the scopes for the values of the given attribute match the given regular expression.
|
protected boolean |
doEvaluateValue(ShibbolethFilteringContext filterContext,
String attributeId,
Object attributeValue)
Checks if the given attribute value's scope matchs the given regular expression.
|
evaluatePermitValue, getAttributeId, setAttributeId, warnOnTargetedgetRegularExpression, isMatch, setRegularExpressionevaluateDenyRule, evaluatePolicyRequirementprotected boolean doEvaluateValue(ShibbolethFilteringContext filterContext, String attributeId, Object attributeValue) throws FilterProcessingException
doEvaluateValue in class AbstractMatchFunctorfilterContext - the current filtering contextattributeId - ID of the attribute being evaluatedattributeValue - value of the attribute being evaluatedFilterProcessingException - thrown if the function can not be evaluatedprotected boolean doEvaluatePolicyRequirement(ShibbolethFilteringContext filterContext) throws FilterProcessingException
doEvaluatePolicyRequirement in class AbstractMatchFunctorfilterContext - current filtering contextFilterProcessingException - thrown if the function can not be evaluatedCopyright © 1999-2015. All Rights Reserved.