shibboleth-2.5
|
Decodes SAML NameID/Attribute objects into resolved Attributes. More...
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. | |
xmltooling::QName | shibsp::Base64AttributeDecoderType |
Decodes base64-encoded data into a SimpleAttribute. |
Decodes SAML NameID/Attribute objects into resolved Attributes.