Package net.shibboleth.idp.attribute.filter.matcher.impl
@NonnullElements
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
Matcherwhich do some sort of comparison.GeneralMatcherfor regexp comparison of strings in Attribute Filters.Test that the scope in aScopedStringAttributeValueis a regexp match to configured value.Test that the scope of aScopedStringAttributeValueis a string match to the value configured.Test that anIdPAttributeValueis a regexp match to the configured string.Test that anIdPAttributeValueis a string match to the configured string.AMatcherthat delegates to a JSR-223 script for its actual processing.