Class AttributeFilterWorkContext

java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.idp.attribute.filter.context.AttributeFilterWorkContext
All Implemented Interfaces:
Iterable<BaseContext>

@NotThreadSafe public final class AttributeFilterWorkContext extends BaseContext
A context which carries and collects information through the attribute filtering process, and coordinates data between the filter implementation and the various resolver MatchFunctor implementations.

This should be considered a private API limited to plugin implementations.