opensaml-2.4.3
opensaml::Assertion Class Reference

Base class for SAML assertions. More...

#include <saml/Assertion.h>

Inheritance diagram for opensaml::Assertion:
opensaml::RootObject opensaml::SignableObject

List of all members.

Additional Inherited Members

- Public Member Functions inherited from opensaml::RootObject
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.
- Public Member Functions inherited from opensaml::SignableObject
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.

Detailed Description

Base class for SAML assertions.

Currently just a marker interface.


The documentation for this class was generated from the following file: