opensaml::saml2md::CacheableSAMLObject Class Reference

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

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

Inheritance diagram for opensaml::saml2md::CacheableSAMLObject:

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 * 
getCacheDuration () const =0
 Returns the CacheDuration attribute.
virtual void setCacheDuration (const xercesc::XMLDateTime *CacheDuration)=0
 Sets the CacheDuration attribute.
virtual time_t getCacheDurationEpoch () const =0
 Returns the CacheDuration attribute in epoch form.
virtual void setCacheDuration (time_t CacheDuration)=0
 Sets the CacheDuration attribute.
virtual void setCacheDuration (const XMLCh *CacheDuration)=0
 Sets the CacheDuration attribute.

Static Public Attributes

static const XMLCh CACHEDURATION_ATTRIB_NAME []
 CacheDuration attribute name.


Detailed Description

Base class for metadata objects that feature a cacheDuration attribute.

Member Function Documentation

virtual const xercesc::XMLDateTime* opensaml::saml2md::CacheableSAMLObject::getCacheDuration (  )  const [pure virtual]

Returns the CacheDuration attribute.

virtual void opensaml::saml2md::CacheableSAMLObject::setCacheDuration ( const xercesc::XMLDateTime *  CacheDuration  )  [pure virtual]

Sets the CacheDuration attribute.

virtual time_t opensaml::saml2md::CacheableSAMLObject::getCacheDurationEpoch (  )  const [pure virtual]

Returns the CacheDuration attribute in epoch form.

virtual void opensaml::saml2md::CacheableSAMLObject::setCacheDuration ( time_t  CacheDuration  )  [pure virtual]

Sets the CacheDuration attribute.

virtual void opensaml::saml2md::CacheableSAMLObject::setCacheDuration ( const XMLCh *  CacheDuration  )  [pure virtual]

Sets the CacheDuration attribute.


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