ContextType - type of request context expected by this filtering enginepublic interface AttributeFilteringEngine<ContextType extends AttributeRequestContext>
| Modifier and Type | Method and Description |
|---|---|
Map<String,BaseAttribute> |
filterAttributes(Map<String,BaseAttribute> attributes,
ContextType context)
Filters values for the given attribute, removing or allowing attributes per some implementation specific policy.
|
Map<String,BaseAttribute> filterAttributes(Map<String,BaseAttribute> attributes, ContextType context) throws AttributeFilteringException
attributes - attributes to be filteredcontext - attribute request contextAttributeFilteringException - thrown if there is a problem retrieving or applying the attribute acceptance
policyCopyright © 1999-2015. All Rights Reserved.