#include <saml/saml2/core/Assertions.h>
Public Member Functions | |
virtual SubjectConfirmation * | cloneSubjectConfirmation () const =0 |
Type-specific clone method. | |
virtual const XMLCh * | getMethod () const =0 |
Returns the Method attribute. | |
virtual void | setMethod (const XMLCh *Method)=0 |
Sets the Method attribute. | |
virtual BaseID * | getBaseID () const =0 |
Returns the BaseID child. | |
virtual void | setBaseID (BaseID *child)=0 |
Sets the BaseID child. | |
virtual NameID * | getNameID () const =0 |
Returns the NameID child. | |
virtual void | setNameID (NameID *child)=0 |
Sets the NameID child. | |
virtual EncryptedID * | getEncryptedID () const =0 |
Returns the EncryptedID child. | |
virtual void | setEncryptedID (EncryptedID *child)=0 |
Sets the EncryptedID child. | |
virtual xmltooling::XMLObject * | getSubjectConfirmationData () const =0 |
Returns the SubjectConfirmationData child. | |
virtual void | setSubjectConfirmationData (xmltooling::XMLObject *child)=0 |
Sets the SubjectConfirmationData child. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | METHOD_ATTRIB_NAME [] |
Method attribute name. | |
static const XMLCh | TYPE_NAME [] |
SubjectConfirmationType local name. | |
static const XMLCh | BEARER [] |
Bearer confirmation method. | |
static const XMLCh | HOLDER_KEY [] |
Holder of key confirmation method. | |
static const XMLCh | SENDER_VOUCHES [] |
Sender vouches confirmation method. |
virtual SubjectConfirmation* opensaml::saml2::SubjectConfirmation::cloneSubjectConfirmation | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual const XMLCh* opensaml::saml2::SubjectConfirmation::getMethod | ( | ) | const [pure virtual] |
Returns the Method attribute.
virtual void opensaml::saml2::SubjectConfirmation::setMethod | ( | const XMLCh * | Method | ) | [pure virtual] |
Sets the Method attribute.
virtual BaseID* opensaml::saml2::SubjectConfirmation::getBaseID | ( | ) | const [pure virtual] |
Returns the BaseID child.
virtual void opensaml::saml2::SubjectConfirmation::setBaseID | ( | BaseID * | child | ) | [pure virtual] |
Sets the BaseID child.
virtual NameID* opensaml::saml2::SubjectConfirmation::getNameID | ( | ) | const [pure virtual] |
Returns the NameID child.
virtual void opensaml::saml2::SubjectConfirmation::setNameID | ( | NameID * | child | ) | [pure virtual] |
Sets the NameID child.
virtual EncryptedID* opensaml::saml2::SubjectConfirmation::getEncryptedID | ( | ) | const [pure virtual] |
Returns the EncryptedID child.
virtual void opensaml::saml2::SubjectConfirmation::setEncryptedID | ( | EncryptedID * | child | ) | [pure virtual] |
Sets the EncryptedID child.
virtual xmltooling::XMLObject* opensaml::saml2::SubjectConfirmation::getSubjectConfirmationData | ( | ) | const [pure virtual] |
Returns the SubjectConfirmationData child.
virtual void opensaml::saml2::SubjectConfirmation::setSubjectConfirmationData | ( | xmltooling::XMLObject * | child | ) | [pure virtual] |
Sets the SubjectConfirmationData child.