#include <saml/saml1/core/Assertions.h>
Public Member Functions | |
virtual SubjectConfirmation * | cloneSubjectConfirmation () const =0 |
Type-specific clone method. | |
virtual xmltooling::XMLObjectChildrenList < std::vector < ConfirmationMethod * > > | getConfirmationMethods ()=0 |
Returns modifiable ConfirmationMethod collection. | |
virtual const std::vector < ConfirmationMethod * > & | getConfirmationMethods () const =0 |
Returns reference to immutable ConfirmationMethod collection. | |
virtual xmltooling::XMLObject * | getSubjectConfirmationData () const =0 |
Returns the SubjectConfirmationData child. | |
virtual void | setSubjectConfirmationData (xmltooling::XMLObject *child)=0 |
Sets the SubjectConfirmationData child. | |
virtual xmlsignature::KeyInfo * | getKeyInfo () const =0 |
Returns the KeyInfo child. | |
virtual void | setKeyInfo (xmlsignature::KeyInfo *child)=0 |
Sets the KeyInfo child. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
SubjectConfirmationType local name. | |
static const XMLCh | ARTIFACT01 [] |
Deprecated SAML 1.0 Artifact confirmation method. | |
static const XMLCh | ARTIFACT [] |
Artifact confirmation method. | |
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::saml1::SubjectConfirmation::cloneSubjectConfirmation | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual xmltooling::XMLObjectChildrenList< std::vector< ConfirmationMethod *> > opensaml::saml1::SubjectConfirmation::getConfirmationMethods | ( | ) | [pure virtual] |
Returns modifiable ConfirmationMethod collection.
virtual const std::vector< ConfirmationMethod *>& opensaml::saml1::SubjectConfirmation::getConfirmationMethods | ( | ) | const [pure virtual] |
Returns reference to immutable ConfirmationMethod collection.
virtual xmltooling::XMLObject* opensaml::saml1::SubjectConfirmation::getSubjectConfirmationData | ( | ) | const [pure virtual] |
Returns the SubjectConfirmationData child.
virtual void opensaml::saml1::SubjectConfirmation::setSubjectConfirmationData | ( | xmltooling::XMLObject * | child | ) | [pure virtual] |
Sets the SubjectConfirmationData child.
virtual xmlsignature :: KeyInfo* opensaml::saml1::SubjectConfirmation::getKeyInfo | ( | ) | const [pure virtual] |
Returns the KeyInfo child.
virtual void opensaml::saml1::SubjectConfirmation::setKeyInfo | ( | xmlsignature::KeyInfo * | child | ) | [pure virtual] |
Sets the KeyInfo child.