#include <saml/saml2/core/Assertions.h>
Inheritance diagram for opensaml::saml2::SubjectConfirmationDataType:

Public Member Functions | |
| virtual SubjectConfirmationDataType * | cloneSubjectConfirmationDataType () const =0 |
| Type-specific clone method. | |
| virtual const xercesc::XMLDateTime * | getNotBefore () const =0 |
| Returns the NotBefore attribute. | |
| virtual void | setNotBefore (const xercesc::XMLDateTime *NotBefore)=0 |
| Sets the NotBefore attribute. | |
| virtual time_t | getNotBeforeEpoch () const =0 |
| Returns the NotBefore attribute in epoch form. | |
| virtual void | setNotBefore (time_t NotBefore)=0 |
| Sets the NotBefore attribute. | |
| virtual void | setNotBefore (const XMLCh *NotBefore)=0 |
| Sets the NotBefore attribute. | |
| virtual const xercesc::XMLDateTime * | getNotOnOrAfter () const =0 |
| Returns the NotOnOrAfter attribute. | |
| virtual void | setNotOnOrAfter (const xercesc::XMLDateTime *NotOnOrAfter)=0 |
| Sets the NotOnOrAfter attribute. | |
| virtual time_t | getNotOnOrAfterEpoch () const =0 |
| Returns the NotOnOrAfter attribute in epoch form. | |
| virtual void | setNotOnOrAfter (time_t NotOnOrAfter)=0 |
| Sets the NotOnOrAfter attribute. | |
| virtual void | setNotOnOrAfter (const XMLCh *NotOnOrAfter)=0 |
| Sets the NotOnOrAfter attribute. | |
| virtual const XMLCh * | getRecipient () const =0 |
| Returns the Recipient attribute. | |
| virtual void | setRecipient (const XMLCh *Recipient)=0 |
| Sets the Recipient attribute. | |
| virtual const XMLCh * | getInResponseTo () const =0 |
| Returns the InResponseTo attribute. | |
| virtual void | setInResponseTo (const XMLCh *InResponseTo)=0 |
| Sets the InResponseTo attribute. | |
| virtual const XMLCh * | getAddress () const =0 |
| Returns the Address attribute. | |
| virtual void | setAddress (const XMLCh *Address)=0 |
| Sets the Address attribute. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | NOTBEFORE_ATTRIB_NAME [] |
| NotBefore attribute name. | |
| static const XMLCh | NOTONORAFTER_ATTRIB_NAME [] |
| NotOnOrAfter attribute name. | |
| static const XMLCh | RECIPIENT_ATTRIB_NAME [] |
| Recipient attribute name. | |
| static const XMLCh | INRESPONSETO_ATTRIB_NAME [] |
| InResponseTo attribute name. | |
| static const XMLCh | ADDRESS_ATTRIB_NAME [] |
| Address attribute name. | |
1.4.7