#include <saml/saml2/metadata/Metadata.h>
Inheritance diagram for opensaml::saml2md::TimeBoundSAMLObject:

Public Member Functions | |
| virtual const xercesc::XMLDateTime * | getValidUntil () const =0 |
| Returns the ValidUntil attribute. | |
| virtual void | setValidUntil (const xercesc::XMLDateTime *ValidUntil)=0 |
| Sets the ValidUntil attribute. | |
| virtual time_t | getValidUntilEpoch () const =0 |
| Returns the ValidUntil attribute in epoch form. | |
| virtual void | setValidUntil (time_t ValidUntil)=0 |
| Sets the ValidUntil attribute. | |
| virtual void | setValidUntil (const XMLCh *ValidUntil)=0 |
| Sets the ValidUntil attribute. | |
| bool | isValid () const |
| Returns true iff the object is valid at the current time. | |
| bool | isValid (time_t t) const |
| Returns true iff the object is valid at the supplied time. | |
Static Public Attributes | |
| static const XMLCh | VALIDUNTIL_ATTRIB_NAME [] |
| ValidUntil attribute name. | |
| bool opensaml::saml2md::TimeBoundSAMLObject::isValid | ( | time_t | t | ) | const [inline] |
Returns true iff the object is valid at the supplied time.
| t | the time to check against |
1.4.7