#include <saml/RootObject.h>
Public Member Functions | |
virtual const XMLCh * | getID () const =0 |
Returns the unique SAML ID of the object. | |
virtual const xercesc::XMLDateTime * | getIssueInstant () const =0 |
Returns the timestamp of the object. | |
virtual time_t | getIssueInstantEpoch () const =0 |
Returns the timestamp of the object as an epoch. |
Root objects are signable, and have message identifiers and timestamps.
virtual const XMLCh* opensaml::RootObject::getID | ( | ) | const [pure virtual] |
Returns the unique SAML ID of the object.
virtual const xercesc::XMLDateTime* opensaml::RootObject::getIssueInstant | ( | ) | const [pure virtual] |
Returns the timestamp of the object.
virtual time_t opensaml::RootObject::getIssueInstantEpoch | ( | ) | const [pure virtual] |
Returns the timestamp of the object as an epoch.