#include <shibsp/base.h>
#include <string>
#include <vector>
Namespaces | |
| namespace | xmltooling |
| namespace | shibsp |
Classes | |
| class | shibsp::AttributeDecoder |
| Decodes XML objects into resolved Attributes. More... | |
Functions | |
| void | shibsp::registerAttributeDecoders () |
| Registers built-in AttributeDecoders into the runtime. | |
Variables | |
| XMLTOOL_API | xmltooling::GenericRequest |
| XMLTOOL_API | xmltooling::QName |
| XMLTOOL_API | xmltooling::XMLObject |
| xmltooling::QName | shibsp::StringAttributeDecoderType |
| Decodes into a SimpleAttribute. | |
| xmltooling::QName | shibsp::ScopedAttributeDecoderType |
| Decodes scoped and NameID attributes into a ScopedAttribute. | |
| xmltooling::QName | shibsp::NameIDAttributeDecoderType |
| Decodes NameID information into a NameIDAttribute. | |
| xmltooling::QName | shibsp::NameIDFromScopedAttributeDecoderType |
| Decodes scoped attributes into a NameIDAttribute. | |
| xmltooling::QName | shibsp::KeyInfoAttributeDecoderType |
| Decodes KeyInfo information into a SimpleAttribute. | |
| xmltooling::QName | shibsp::DOMAttributeDecoderType |
| Decodes arbitrary DOM information into an ExtensibleAttribute. | |
| xmltooling::QName | shibsp::XMLAttributeDecoderType |
| Decodes arbitrary XML into an XMLAttribute. | |
| xmltooling::QName | shibsp::Base64AttributeDecoderType |
| Decodes base64-encoded data into a SimpleAttribute. | |
1.4.7