Package net.shibboleth.idp.attribute.filter.matcher.impl
Implementation of the various policy matchers.
The classes in this package all implement
Matcher
-
Class Summary Class Description AbstractMatcher This is the base of all implementations ofMatcher
which do some sort of comparison.AbstractRegexpStringMatcher GeneralMatcher
for regexp comparison of strings in Attribute Filters.AbstractStringMatcher AttributeScopeRegexpMatcher Test that the scope in aScopedStringAttributeValue
is a regexp match to configured value.AttributeScopeStringMatcher Test that the scope of aScopedStringAttributeValue
is a string match to the value configured.AttributeValueRegexpMatcher Test that anIdPAttributeValue
is a regexp match to the configured string.AttributeValueStringMatcher Test that anIdPAttributeValue
is a string match to the configured string.ScriptedMatcher AMatcher
that delegates to a JSR-223 script for its actual processing.