public class AttributeRequesterInEntityGroupMatchFunctor extends AbstractEntityGroupMatchFunctor
| Constructor and Description |
|---|
AttributeRequesterInEntityGroupMatchFunctor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doEvaluatePolicyRequirement(ShibbolethFilteringContext filterContext)
Evaluates this matching criteria.
|
boolean |
doEvaluateValue(ShibbolethFilteringContext filterContext,
String attributeId,
Object attributeValue)
Evaluates this matching criteria.
|
getEntityGroup, isEntityInGroup, setEntityGroupevaluateDenyRule, evaluatePermitValue, evaluatePolicyRequirementpublic AttributeRequesterInEntityGroupMatchFunctor()
public boolean doEvaluatePolicyRequirement(ShibbolethFilteringContext filterContext) throws FilterProcessingException
doEvaluatePolicyRequirement in class AbstractMatchFunctorfilterContext - current filtering contextFilterProcessingException - thrown if the function can not be evaluatedpublic 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 evaluatedCopyright © 1999-2015. All Rights Reserved.