#include <saml/saml2/core/Protocols.h>
Inheritance diagram for opensaml::saml2p::NameIDMappingResponse:
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. |