Uses of Class
net.shibboleth.idp.attribute.filter.AttributeRule
Packages that use AttributeRule
-
Uses of AttributeRule in net.shibboleth.idp.attribute.filter
Fields in net.shibboleth.idp.attribute.filter with type parameters of type AttributeRuleModifier and TypeFieldDescriptionprivate final List<AttributeRule>AttributeFilterPolicy.valuePoliciesFilters to be used on attribute values.Methods in net.shibboleth.idp.attribute.filter that return types with arguments of type AttributeRuleModifier and TypeMethodDescriptionAttributeFilterPolicy.getAttributeRules()Gets the unmodifiable attribute rules that are in effect if this policy is in effect.Constructor parameters in net.shibboleth.idp.attribute.filter with type arguments of type AttributeRuleModifierConstructorDescriptionAttributeFilterPolicy(String policyId, PolicyRequirementRule requirementRule, Collection<AttributeRule> attributeRules) Constructor.