opensaml-2.6.0
|
Base class for SAML assertions. More...
#include <saml/RootObject.h>
Additional Inherited Members | |
![]() | |
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. | |
![]() | |
void | declareNonVisibleNamespaces () const |
Search the object for non-visible namespaces, and pin them on the root of the object where necessary, adding them to the inclusive prefix list for signing purposes. |
Base class for SAML assertions.
Currently just a marker interface.