public class AttributeScopeStringMatchFunctor extends AbstractAttributeTargetedStringMatchFunctor
ScopedAttributeValue.| Constructor and Description |
|---|
AttributeScopeStringMatchFunctor() |
| 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 string.
|
protected boolean |
doEvaluateValue(ShibbolethFilteringContext filterContext,
String attributeId,
Object attributeValue)
Checks if the given attribute value's scope matchs the given string.
|
evaluatePermitValue, getAttributeId, setAttributeId, warnOnTargetedgetMatchString, isCaseSensitive, isMatch, setCaseSensitive, setMatchStringevaluateDenyRule, 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.