#include <saml/saml2/core/Protocols.h>

Public Member Functions | |
| virtual NameIDMappingResponse * | cloneNameIDMappingResponse () const =0 |
| Type-specific clone method. | |
| virtual saml2::NameID * | getNameID () const =0 |
| Returns the NameID child. | |
| virtual void | setNameID (saml2::NameID *child)=0 |
| Sets the NameID child. | |
| virtual saml2::EncryptedID * | getEncryptedID () const =0 |
| Returns the EncryptedID child. | |
| virtual void | setEncryptedID (saml2::EncryptedID *child)=0 |
| Sets the EncryptedID child. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | TYPE_NAME [] |
| NameIDMappingResponseType local name. | |
| virtual NameIDMappingResponse* opensaml::saml2p::NameIDMappingResponse::cloneNameIDMappingResponse | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual saml2 :: NameID* opensaml::saml2p::NameIDMappingResponse::getNameID | ( | ) | const [pure virtual] |
Returns the NameID child.
| virtual void opensaml::saml2p::NameIDMappingResponse::setNameID | ( | saml2::NameID * | child | ) | [pure virtual] |
Sets the NameID child.
| virtual saml2 :: EncryptedID* opensaml::saml2p::NameIDMappingResponse::getEncryptedID | ( | ) | const [pure virtual] |
Returns the EncryptedID child.
| virtual void opensaml::saml2p::NameIDMappingResponse::setEncryptedID | ( | saml2::EncryptedID * | child | ) | [pure virtual] |
Sets the EncryptedID child.
1.5.6