#include <saml/saml2/core/Protocols.h>
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. |
virtual ManageNameIDRequest* opensaml::saml2p::ManageNameIDRequest::cloneManageNameIDRequest | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual saml2 :: NameID* opensaml::saml2p::ManageNameIDRequest::getNameID | ( | ) | const [pure virtual] |
Returns the NameID child.
virtual void opensaml::saml2p::ManageNameIDRequest::setNameID | ( | saml2::NameID * | child | ) | [pure virtual] |
Sets the NameID child.
virtual saml2 :: EncryptedID* opensaml::saml2p::ManageNameIDRequest::getEncryptedID | ( | ) | const [pure virtual] |
Returns the EncryptedID child.
virtual void opensaml::saml2p::ManageNameIDRequest::setEncryptedID | ( | saml2::EncryptedID * | child | ) | [pure virtual] |
Sets the EncryptedID child.
virtual NewID* opensaml::saml2p::ManageNameIDRequest::getNewID | ( | ) | const [pure virtual] |
Returns the NewID child.
virtual void opensaml::saml2p::ManageNameIDRequest::setNewID | ( | NewID * | child | ) | [pure virtual] |
Sets the NewID child.
virtual NewEncryptedID* opensaml::saml2p::ManageNameIDRequest::getNewEncryptedID | ( | ) | const [pure virtual] |
Returns the NewEncryptedID child.
virtual void opensaml::saml2p::ManageNameIDRequest::setNewEncryptedID | ( | NewEncryptedID * | child | ) | [pure virtual] |
Sets the NewEncryptedID child.
virtual Terminate* opensaml::saml2p::ManageNameIDRequest::getTerminate | ( | ) | const [pure virtual] |
Returns the Terminate child.
virtual void opensaml::saml2p::ManageNameIDRequest::setTerminate | ( | Terminate * | child | ) | [pure virtual] |
Sets the Terminate child.