Package net.shibboleth.idp.attribute.filter
@NonnullElements
package net.shibboleth.idp.attribute.filter
This package contains a filtering engine for a collection of
IdPAttributes. An
AttributeFilterContext is passed
through one or more AttributeFilterPolicy
objects which retain or remove values for the attributes in the
collection.-
ClassDescriptionInterface that filters out attributes and values based upon loaded policies.Indicates that an error has occurred during an attribute filtering process.A policy describing if a set of attribute value filters is applicable.Represents a value filtering rule for a particular attribute.Base class for all classes which bridge between
PolicyRequirementRuleandMatcher(in either direction).Marker interface for an extender of filter engine scripting.Java definition of MatchFunctorType as applied to value filtering.Bridging class to go from aPolicyRequirementRuleto aMatcher.Bridging class to go from aMatcherto aPolicyRequirementRule.Bridging class to go from aMatcherto aPolicyRequirementRule.Java definition of PolicyRequirementRule.Representation of the three outcomes of a PolicyRequirementRule.