#include <shibsp/base.h>
#include <xmltooling/Lockable.h>
#include <saml/saml2/metadata/Metadata.h>
Include dependency graph for AttributeExtractor.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. |