A service that extracts and decodes attributes from XML objects. More...
#include <shibsp/base.h>#include <string>#include <vector>#include <xmltooling/Lockable.h>Classes | |
| class | shibsp::AttributeExtractor |
| A service that extracts and decodes attributes from XML objects. More... | |
Namespaces | |
| namespace | shibsp |
Shibboleth Service Provider Library. | |
Defines | |
| #define | XML_ATTRIBUTE_EXTRACTOR "XML" |
| AttributeExtractor based on an XML mapping schema. | |
| #define | DELEGATION_ATTRIBUTE_EXTRACTOR "Delegation" |
| AttributeExtractor for DelegationRestriction information. | |
| #define | KEYDESCRIPTOR_ATTRIBUTE_EXTRACTOR "KeyDescriptor" |
| AttributeExtractor for KeyInfo information. | |
| #define | CHAINING_ATTRIBUTE_EXTRACTOR "Chaining" |
| AttributeExtractor based on chaining together other extractors. | |
Functions | |
| void | shibsp::registerAttributeExtractors () |
| Registers AttributeExtractor classes into the runtime. | |
A service that extracts and decodes attributes from XML objects.
| #define CHAINING_ATTRIBUTE_EXTRACTOR "Chaining" |
AttributeExtractor based on chaining together other extractors.
| #define DELEGATION_ATTRIBUTE_EXTRACTOR "Delegation" |
AttributeExtractor for DelegationRestriction information.
| #define KEYDESCRIPTOR_ATTRIBUTE_EXTRACTOR "KeyDescriptor" |
AttributeExtractor for KeyInfo information.
| #define XML_ATTRIBUTE_EXTRACTOR "XML" |
AttributeExtractor based on an XML mapping schema.
1.7.1