#include <saml/saml2/core/Protocols.h>
Inheritance diagram for opensaml::saml2p::ManageNameIDRequest:
Public Member Functions | |
virtual ManageNameIDRequest * | cloneManageNameIDRequest () 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. | |
virtual NewID * | getNewID () const =0 |
Returns the NewID child. | |
virtual void | setNewID (NewID *child)=0 |
Sets the NewID child. | |
virtual NewEncryptedID * | getNewEncryptedID () const =0 |
Returns the NewEncryptedID child. | |
virtual void | setNewEncryptedID (NewEncryptedID *child)=0 |
Sets the NewEncryptedID child. | |
virtual Terminate * | getTerminate () const =0 |
Returns the Terminate child. | |
virtual void | setTerminate (Terminate *child)=0 |
Sets the Terminate child. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
ManageNameIDRequestType local name. |