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.
|
getAttributeId, setAttributeId
getMatchString, isCaseSensitive, isMatch, setCaseSensitive, setMatchString
evaluateDenyRule, evaluatePermitValue, evaluatePolicyRequirement
protected boolean doEvaluateValue(ShibbolethFilteringContext filterContext, String attributeId, Object attributeValue) throws FilterProcessingException
doEvaluateValue
in class AbstractMatchFunctor
filterContext
- 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 AbstractMatchFunctor
filterContext
- current filtering contextFilterProcessingException
- thrown if the function can not be evaluatedCopyright © 1999–2014. All rights reserved.