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