Package net.shibboleth.idp.attribute.filter.matcher.logic.impl
Implementation of the logical attribute matchers.
The classes in this package all implement
Matcher
-
Class Summary Class Description AbstractComposedMatcher AndMatcher Matcher
that implements the conjunction of matchers.NotMatcher Matcher
that implements the negation of a matcher.OrMatcher Matcher
that implements the disjunction of matchers.