Decodes SAML NameID/Attribute objects into resolved Attributes. More...
#include <shibsp/base.h>#include <string>#include <vector>Classes | |
| class | shibsp::AttributeDecoder |
| Decodes XML objects into resolved Attributes. More... | |
Namespaces | |
| namespace | shibsp |
Shibboleth Service Provider Library. | |
Functions | |
| void | shibsp::registerAttributeDecoders () |
| Registers built-in AttributeDecoders into the runtime. | |
Variables | |
| class XMLTOOL_API | xmltooling::QName |
| class 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. | |
Decodes SAML NameID/Attribute objects into resolved Attributes.
1.7.1