opensaml::saml1::Conditions Class Reference

SAML 1.x Conditions element. More...

#include <saml/saml1/core/Assertions.h>

List of all members.

Public Member Functions

virtual ConditionscloneConditions () const =0
 Type-specific clone method.
virtual const xercesc::XMLDateTime * getNotBefore () const =0
 Returns the NotBefore attribute.
virtual void setNotBefore (const xercesc::XMLDateTime *NotBefore)=0
 Sets the NotBefore attribute.
virtual time_t getNotBeforeEpoch () const =0
 Returns the NotBefore attribute in epoch form.
virtual void setNotBefore (time_t NotBefore)=0
 Sets the NotBefore attribute.
virtual void setNotBefore (const XMLCh *NotBefore)=0
 Sets the NotBefore attribute.
virtual const xercesc::XMLDateTime * getNotOnOrAfter () const =0
 Returns the NotOnOrAfter attribute.
virtual void setNotOnOrAfter (const xercesc::XMLDateTime *NotOnOrAfter)=0
 Sets the NotOnOrAfter attribute.
virtual time_t getNotOnOrAfterEpoch () const =0
 Returns the NotOnOrAfter attribute in epoch form.
virtual void setNotOnOrAfter (time_t NotOnOrAfter)=0
 Sets the NotOnOrAfter attribute.
virtual void setNotOnOrAfter (const XMLCh *NotOnOrAfter)=0
 Sets the NotOnOrAfter attribute.
virtual xmltooling::XMLObjectChildrenList<
std::vector< AudienceRestrictionCondition * > > 
getAudienceRestrictionConditions ()=0
 Returns modifiable AudienceRestrictionCondition collection.
virtual const std::vector<
AudienceRestrictionCondition * > & 
getAudienceRestrictionConditions () const =0
 Returns reference to immutable AudienceRestrictionCondition collection.
virtual xmltooling::XMLObjectChildrenList<
std::vector< DoNotCacheCondition * > > 
getDoNotCacheConditions ()=0
 Returns modifiable DoNotCacheCondition collection.
virtual const std::vector<
DoNotCacheCondition * > & 
getDoNotCacheConditions () const =0
 Returns reference to immutable DoNotCacheCondition collection.
virtual xmltooling::XMLObjectChildrenList<
std::vector< Condition * > > 
getConditions ()=0
 Returns modifiable Condition collection.
virtual const std::vector<
Condition * > & 
getConditions () const =0
 Returns reference to immutable Condition collection.

Static Public Attributes

static const XMLCh LOCAL_NAME []
 Element local name.
static const XMLCh NOTBEFORE_ATTRIB_NAME []
 NotBefore attribute name.
static const XMLCh NOTONORAFTER_ATTRIB_NAME []
 NotOnOrAfter attribute name.
static const XMLCh TYPE_NAME []
 ConditionsType local name.


Detailed Description

SAML 1.x Conditions element.


The documentation for this class was generated from the following file:
Generated on 19 Dec 2018 for opensaml-3.0.0 by  doxygen 1.4.7