#include <shibsp/attribute/AttributeDecoder.h>
Public Member Functions | |
| virtual Attribute * | decode (const std::vector< std::string > &ids, const xmltooling::XMLObject *xmlObject, const char *assertingParty=NULL, const char *relyingParty=NULL) const =0 |
| Decodes an XMLObject into a resolved Attribute. | |
Protected Member Functions | |
| AttributeDecoder (const xercesc::DOMElement *e) | |
| Constructor. | |
Protected Attributes | |
| bool | m_caseSensitive |
| Flag for case sensitivity of decoded attributes. | |
| shibsp::AttributeDecoder::AttributeDecoder | ( | const xercesc::DOMElement * | e | ) | [protected] |
Constructor.
| e | root of DOM to configure the decoder |
| virtual Attribute* shibsp::AttributeDecoder::decode | ( | const std::vector< std::string > & | ids, | |
| const xmltooling::XMLObject * | xmlObject, | |||
| const char * | assertingParty = NULL, |
|||
| const char * | relyingParty = NULL | |||
| ) | const [pure virtual] |
Decodes an XMLObject into a resolved Attribute.
| ids | array containing primary identifier in first position, followed by any aliases | |
| xmlObject | XMLObject to decode | |
| assertingParty | name of the party asserting the attribute | |
| relyingParty | name of the party relying on the attribute |
bool shibsp::AttributeDecoder::m_caseSensitive [protected] |
Flag for case sensitivity of decoded attributes.
1.5.6