public class NotMatchFunctor extends AbstractMatchFunctor
| Modifier and Type | Field and Description |
|---|---|
private MatchFunctor |
targetRule
Match functor to negate.
|
| Constructor and Description |
|---|
NotMatchFunctor(MatchFunctor rule)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doEvaluatePolicyRequirement(ShibbolethFilteringContext filterContext)
Evaluates this matching criteria.
|
protected boolean |
doEvaluateValue(ShibbolethFilteringContext filterContext,
String attributeId,
Object attributeValue)
Evaluates this matching criteria.
|
MatchFunctor |
getTargetRule()
Gets the match functor that will be the target of the logical NOT.
|
void |
setTargetRule(MatchFunctor target)
Sets the match functor that will be the target of the logical NOT.
|
evaluateDenyRule, evaluatePermitValue, evaluatePolicyRequirementprivate MatchFunctor targetRule
public NotMatchFunctor(MatchFunctor rule)
rule - rule to NOTpublic MatchFunctor getTargetRule()
public void setTargetRule(MatchFunctor target)
target - match functor that will be the target of the logical NOTprotected 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.