Package net.shibboleth.idp.attribute.filter.policyrule.logic.impl
Implementation of the logical Policy Rules.
The classes in this package all implement
Matcher
-
Class Summary Class Description AbstractComposedPolicyRule Base class forPolicyRequirementRule
implementations that are compositions of otherPolicyRequirementRule
s.AndPolicyRule PolicyRequirementRule
that implements the conjunction of Policy Rules.NotPolicyRule PolicyRequirementRule
that implements the negation of a matcher.OrPolicyRule PolicyRequirementRule
that implements the disjunction of Policy Rules.