opensaml-2.4.3
|
Base class for SAML assertions. More...
#include <saml/Assertion.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. | |
![]() | |
virtual xmlsignature::Signature * | getSignature () const =0 |
Returns the enveloped Signature from the object. | |
virtual void | setSignature (xmlsignature::Signature *sig)=0 |
Sets an enveloped Signature in the object. |
Base class for SAML assertions.
Currently just a marker interface.