opensaml-3.2.1
|
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. More... | |
virtual const xercesc::XMLDateTime * | getIssueInstant () const =0 |
Returns the timestamp of the object. More... | |
virtual time_t | getIssueInstantEpoch () const =0 |
Returns the timestamp of the object as an epoch. More... | |
![]() | |
virtual xmlsignature::Signature * | getSignature () const =0 |
Returns the enveloped Signature from the object. More... | |
virtual void | setSignature (xmlsignature::Signature *sig)=0 |
Sets an enveloped Signature in the object. More... | |
![]() | |
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.