shibboleth-3.0.0

shibsp::AttributeFilter Class Reference

Engine for filtering attribute values. More...

#include <shibsp/attribute/filtering/AttributeFilter.h>

List of all members.

Public Member Functions

virtual void filterAttributes (const FilteringContext &context, std::vector< Attribute * > &attributes) const =0
 Filters values out of a set of attributes.

Detailed Description

Engine for filtering attribute values.


Member Function Documentation

virtual void shibsp::AttributeFilter::filterAttributes ( const FilteringContext context,
std::vector< Attribute * > &  attributes 
) const [pure virtual]

Filters values out of a set of attributes.

Parameters:
contexta FilteringContext interface
attributesa mutable array containing the attributes to filter
Exceptions:
AttributeFileringExceptionthrown if there is a problem filtering attributes

The documentation for this class was generated from the following file: