Uses of Class
net.shibboleth.idp.attribute.filter.AttributeFilterPolicy
Packages that use AttributeFilterPolicy
Package
Description
This package contains a filtering engine for a collection of
IdPAttributes.Implementations of core attribute filter functionality.
-
Uses of AttributeFilterPolicy in net.shibboleth.idp.attribute.filter
Methods in net.shibboleth.idp.attribute.filter that return types with arguments of type AttributeFilterPolicyModifier and TypeMethodDescriptionAttributeFilter.getFilterPolicies()Gets the immutable collection of filter policies. -
Uses of AttributeFilterPolicy in net.shibboleth.idp.attribute.filter.impl
Fields in net.shibboleth.idp.attribute.filter.impl with type parameters of type AttributeFilterPolicyModifier and TypeFieldDescriptionprivate final List<AttributeFilterPolicy>AttributeFilterImpl.filterPoliciesFilter policies used by this engine.Methods in net.shibboleth.idp.attribute.filter.impl that return types with arguments of type AttributeFilterPolicyModifier and TypeMethodDescriptionAttributeFilterImpl.getFilterPolicies()Gets the immutable collection of filter policies.Constructor parameters in net.shibboleth.idp.attribute.filter.impl with type arguments of type AttributeFilterPolicyModifierConstructorDescriptionAttributeFilterImpl(String engineId, Collection<AttributeFilterPolicy> policies) Constructor.