public interface MatchFunctor
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluateDenyRule(ShibbolethFilteringContext filterContext,
String attributeId,
Object attributeValue)
Evaluates this matching criteria.
|
boolean |
evaluatePermitValue(ShibbolethFilteringContext filterContext,
String attributeId,
Object attributeValue)
Evaluates this matching criteria.
|
boolean |
evaluatePolicyRequirement(ShibbolethFilteringContext filterContext)
Evaluates this matching criteria.
|
boolean evaluatePolicyRequirement(ShibbolethFilteringContext filterContext) throws FilterProcessingException
filterContext - current filtering contextFilterProcessingException - thrown if the function can not be evaluatedboolean evaluatePermitValue(ShibbolethFilteringContext filterContext, String attributeId, Object attributeValue) throws FilterProcessingException
filterContext - the current filtering contextattributeId - ID of the attribute being evaluatedattributeValue - value of the attribute being evaluatedFilterProcessingException - thrown if the function can not be evaluatedboolean evaluateDenyRule(ShibbolethFilteringContext filterContext, String attributeId, Object attributeValue) throws FilterProcessingException
filterContext - the current filtering contextattributeId - 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.