#include <shibsp/base.h>
#include <xmltooling/Lockable.h>
#include <saml/saml2/metadata/Metadata.h>
Namespaces | |
| namespace | shibsp |
Classes | |
| class | shibsp::AttributeExtractor |
| A service that extracts and decodes attributes from XML objects. More... | |
Defines | |
| #define | XML_ATTRIBUTE_EXTRACTOR "XML" |
| AttributeExtractor based on an XML mapping schema. | |
| #define | CHAINING_ATTRIBUTE_EXTRACTOR "Chaining" |
| AttributeExtractor based on chaining together other extractors. | |
Functions | |
| void | shibsp::registerAttributeExtractors () |
| Registers AttributeExtractor classes into the runtime. | |
| #define CHAINING_ATTRIBUTE_EXTRACTOR "Chaining" |
AttributeExtractor based on chaining together other extractors.
| #define XML_ATTRIBUTE_EXTRACTOR "XML" |
AttributeExtractor based on an XML mapping schema.
1.5.6