opensaml::saml2md::TimeBoundSAMLObject Class Reference

Base class for metadata objects that feature a validUntil attribute. More...

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

Inheritance diagram for opensaml::saml2md::TimeBoundSAMLObject:

opensaml::saml2md::AffiliationDescriptor opensaml::saml2md::EntitiesDescriptor opensaml::saml2md::EntityDescriptor opensaml::saml2md::RoleDescriptor opensaml::saml2md::AttributeAuthorityDescriptor opensaml::saml2md::AuthnAuthorityDescriptor opensaml::saml2md::PDPDescriptor opensaml::saml2md::QueryDescriptorType opensaml::saml2md::RoleDescriptorType opensaml::saml2md::SSODescriptorType opensaml::saml2md::AttributeQueryDescriptorType opensaml::saml2md::AuthnQueryDescriptorType opensaml::saml2md::AuthzDecisionQueryDescriptorType opensaml::saml2md::IDPSSODescriptor opensaml::saml2md::SPSSODescriptor

List of all members.

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.


Detailed Description

Base class for metadata objects that feature a validUntil attribute.

Member Function Documentation

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.

Parameters:
t the time to check against


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

Generated on Mon Apr 13 19:46:41 2020 for opensaml-3.1.0 by  doxygen 1.5.6