opensaml::saml2::SubjectConfirmation Class Reference

SAML 2.0 SubjectConfirmation element. More...

#include <saml/saml2/core/Assertions.h>

List of all members.

Public Member Functions

virtual SubjectConfirmationcloneSubjectConfirmation () 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 BaseIDgetBaseID () const =0
 Returns the BaseID child.
virtual void setBaseID (BaseID *child)=0
 Sets the BaseID child.
virtual NameIDgetNameID () const =0
 Returns the NameID child.
virtual void setNameID (NameID *child)=0
 Sets the NameID child.
virtual EncryptedIDgetEncryptedID () 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.


Detailed Description

SAML 2.0 SubjectConfirmation element.


The documentation for this class was generated from the following file:
Generated on 11 Mar 2019 for opensaml-3.0.1 by  doxygen 1.4.7