#include <shibsp/attribute/Attribute.h>
#include <xmltooling/XMLObject.h>
Include dependency graph for AttributeDecoder.h:
Namespaces | |
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 | |
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. |