#include <saml/RootObject.h>
Inheritance diagram for opensaml::RootObject:
Public Member Functions | |
virtual const XMLCh * | getID () const =0 |
Returns the unique SAML ID of the object. | |
virtual const xmltooling::DateTime * | 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.
|
Returns the unique SAML ID of the object.
|
|
Returns the timestamp of the object.
|
|
Returns the timestamp of the object as an epoch.
|