#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. |