#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. |
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 |