#include <shibsp/base.h>
#include <vector>
#include <xmltooling/Lockable.h>
Namespaces | |
| namespace | shibsp |
Classes | |
| class | shibsp::AttributeFilter |
| Engine for filtering attribute values. More... | |
Defines | |
| #define | XML_ATTRIBUTE_FILTER "XML" |
| AttributeFilter based on an XML mapping schema. | |
| #define | DUMMY_ATTRIBUTE_FILTER "Dummy" |
| AttributeFilter based on rejecting/blocking all attributes. | |
| #define | CHAINING_ATTRIBUTE_FILTER "Chaining" |
| AttributeFilter based on chaining together other filters. | |
Functions | |
| void | shibsp::registerAttributeFilters () |
| Registers AttributeFilter classes into the runtime. | |
1.4.7