#include <saml/saml2/metadata/Metadata.h>

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. | |
| virtual const xercesc::XMLDateTime* opensaml::saml2md::TimeBoundSAMLObject::getValidUntil | ( | ) | const [pure virtual] |
Returns the ValidUntil attribute.
| virtual void opensaml::saml2md::TimeBoundSAMLObject::setValidUntil | ( | const xercesc::XMLDateTime * | ValidUntil | ) | [pure virtual] |
Sets the ValidUntil attribute.
| virtual time_t opensaml::saml2md::TimeBoundSAMLObject::getValidUntilEpoch | ( | ) | const [pure virtual] |
Returns the ValidUntil attribute in epoch form.
| virtual void opensaml::saml2md::TimeBoundSAMLObject::setValidUntil | ( | time_t | ValidUntil | ) | [pure virtual] |
Sets the ValidUntil attribute.
| virtual void opensaml::saml2md::TimeBoundSAMLObject::setValidUntil | ( | const XMLCh * | ValidUntil | ) | [pure virtual] |
Sets the ValidUntil attribute.
| bool opensaml::saml2md::TimeBoundSAMLObject::isValid | ( | ) | const [inline] |
Returns true iff the object is valid at the current time.
| 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.5.6