|
shibboleth-2.4.3
|
Engine for filtering attribute values. More...
#include <shibsp/attribute/filtering/AttributeFilter.h>
Public Member Functions | |
| virtual void | filterAttributes (const FilteringContext &context, std::vector< Attribute * > &attributes) const =0 |
| Filters values out of a set of attributes. | |
Engine for filtering attribute values.
| virtual void shibsp::AttributeFilter::filterAttributes | ( | const FilteringContext & | context, |
| std::vector< Attribute * > & | attributes | ||
| ) | const [pure virtual] |
Filters values out of a set of attributes.
| context | a FilteringContext interface |
| attributes | a mutable array containing the attributes to filter |
| AttributeFileringException | thrown if there is a problem filtering attributes |