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

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. | |
| virtual SubjectConfirmationDataType* opensaml::saml2::SubjectConfirmationDataType::cloneSubjectConfirmationDataType | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual const xercesc::XMLDateTime* opensaml::saml2::SubjectConfirmationDataType::getNotBefore | ( | ) | const [pure virtual] |
Returns the NotBefore attribute.
| virtual void opensaml::saml2::SubjectConfirmationDataType::setNotBefore | ( | const xercesc::XMLDateTime * | NotBefore | ) | [pure virtual] |
Sets the NotBefore attribute.
| virtual time_t opensaml::saml2::SubjectConfirmationDataType::getNotBeforeEpoch | ( | ) | const [pure virtual] |
Returns the NotBefore attribute in epoch form.
| virtual void opensaml::saml2::SubjectConfirmationDataType::setNotBefore | ( | time_t | NotBefore | ) | [pure virtual] |
Sets the NotBefore attribute.
| virtual void opensaml::saml2::SubjectConfirmationDataType::setNotBefore | ( | const XMLCh * | NotBefore | ) | [pure virtual] |
Sets the NotBefore attribute.
| virtual const xercesc::XMLDateTime* opensaml::saml2::SubjectConfirmationDataType::getNotOnOrAfter | ( | ) | const [pure virtual] |
Returns the NotOnOrAfter attribute.
| virtual void opensaml::saml2::SubjectConfirmationDataType::setNotOnOrAfter | ( | const xercesc::XMLDateTime * | NotOnOrAfter | ) | [pure virtual] |
Sets the NotOnOrAfter attribute.
| virtual time_t opensaml::saml2::SubjectConfirmationDataType::getNotOnOrAfterEpoch | ( | ) | const [pure virtual] |
Returns the NotOnOrAfter attribute in epoch form.
| virtual void opensaml::saml2::SubjectConfirmationDataType::setNotOnOrAfter | ( | time_t | NotOnOrAfter | ) | [pure virtual] |
Sets the NotOnOrAfter attribute.
| virtual void opensaml::saml2::SubjectConfirmationDataType::setNotOnOrAfter | ( | const XMLCh * | NotOnOrAfter | ) | [pure virtual] |
Sets the NotOnOrAfter attribute.
| virtual const XMLCh* opensaml::saml2::SubjectConfirmationDataType::getRecipient | ( | ) | const [pure virtual] |
Returns the Recipient attribute.
| virtual void opensaml::saml2::SubjectConfirmationDataType::setRecipient | ( | const XMLCh * | Recipient | ) | [pure virtual] |
Sets the Recipient attribute.
| virtual const XMLCh* opensaml::saml2::SubjectConfirmationDataType::getInResponseTo | ( | ) | const [pure virtual] |
Returns the InResponseTo attribute.
| virtual void opensaml::saml2::SubjectConfirmationDataType::setInResponseTo | ( | const XMLCh * | InResponseTo | ) | [pure virtual] |
Sets the InResponseTo attribute.
| virtual const XMLCh* opensaml::saml2::SubjectConfirmationDataType::getAddress | ( | ) | const [pure virtual] |
Returns the Address attribute.
| virtual void opensaml::saml2::SubjectConfirmationDataType::setAddress | ( | const XMLCh * | Address | ) | [pure virtual] |
Sets the Address attribute.
1.5.6