#include <saml/saml2/metadata/Metadata.h>
Inheritance diagram for opensaml::saml2md::CacheableSAMLObject:
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. |