shibboleth-2.3.1

AttributeFilter.h File Reference

Engine for filtering attribute values. More...

#include <shibsp/base.h>
#include <vector>
#include <xmltooling/Lockable.h>

Classes

class  shibsp::AttributeFilter
 Engine for filtering attribute values. More...

Namespaces

namespace  shibsp
 

Shibboleth Service Provider Library.


Defines

#define XML_ATTRIBUTE_FILTER   "XML"
 AttributeFilter based on an XML mapping schema.
#define CHAINING_ATTRIBUTE_FILTER   "Chaining"
 AttributeFilter based on chaining together other filters.

Functions

void SHIBSP_API shibsp::registerAttributeFilters ()
 Registers AttributeFilter classes into the runtime.

Variables

class SHIBSP_API shibsp::FilteringContext

Detailed Description

Engine for filtering attribute values.


Define Documentation

#define CHAINING_ATTRIBUTE_FILTER   "Chaining"

AttributeFilter based on chaining together other filters.

#define XML_ATTRIBUTE_FILTER   "XML"

AttributeFilter based on an XML mapping schema.