opensaml::saml2::Conditions Class Reference

SAML 2.0 Conditions element. More...

#include <saml/saml2/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
< AudienceRestriction * > > 
getAudienceRestrictions ()=0
 Returns modifiable AudienceRestriction collection.
virtual const std::vector
< AudienceRestriction * > & 
getAudienceRestrictions () const =0
 Returns reference to immutable AudienceRestriction collection.
virtual
xmltooling::XMLObjectChildrenList
< std::vector< OneTimeUse * > > 
getOneTimeUses ()=0
 Returns modifiable OneTimeUse collection.
virtual const std::vector
< OneTimeUse * > & 
getOneTimeUses () const =0
 Returns reference to immutable OneTimeUse collection.
virtual
xmltooling::XMLObjectChildrenList
< std::vector
< ProxyRestriction * > > 
getProxyRestrictions ()=0
 Returns modifiable ProxyRestriction collection.
virtual const std::vector
< ProxyRestriction * > & 
getProxyRestrictions () const =0
 Returns reference to immutable ProxyRestriction 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 2.0 Conditions element.

Member Function Documentation

virtual Conditions* opensaml::saml2::Conditions::cloneConditions (  )  const [pure virtual]

Type-specific clone method.

virtual const xercesc::XMLDateTime* opensaml::saml2::Conditions::getNotBefore (  )  const [pure virtual]

Returns the NotBefore attribute.

virtual void opensaml::saml2::Conditions::setNotBefore ( const xercesc::XMLDateTime *  NotBefore  )  [pure virtual]

Sets the NotBefore attribute.

virtual time_t opensaml::saml2::Conditions::getNotBeforeEpoch (  )  const [pure virtual]

Returns the NotBefore attribute in epoch form.

virtual void opensaml::saml2::Conditions::setNotBefore ( time_t  NotBefore  )  [pure virtual]

Sets the NotBefore attribute.

virtual void opensaml::saml2::Conditions::setNotBefore ( const XMLCh *  NotBefore  )  [pure virtual]

Sets the NotBefore attribute.

virtual const xercesc::XMLDateTime* opensaml::saml2::Conditions::getNotOnOrAfter (  )  const [pure virtual]

Returns the NotOnOrAfter attribute.

virtual void opensaml::saml2::Conditions::setNotOnOrAfter ( const xercesc::XMLDateTime *  NotOnOrAfter  )  [pure virtual]

Sets the NotOnOrAfter attribute.

virtual time_t opensaml::saml2::Conditions::getNotOnOrAfterEpoch (  )  const [pure virtual]

Returns the NotOnOrAfter attribute in epoch form.

virtual void opensaml::saml2::Conditions::setNotOnOrAfter ( time_t  NotOnOrAfter  )  [pure virtual]

Sets the NotOnOrAfter attribute.

virtual void opensaml::saml2::Conditions::setNotOnOrAfter ( const XMLCh *  NotOnOrAfter  )  [pure virtual]

Sets the NotOnOrAfter attribute.

virtual xmltooling::XMLObjectChildrenList< std::vector< AudienceRestriction *> > opensaml::saml2::Conditions::getAudienceRestrictions (  )  [pure virtual]

Returns modifiable AudienceRestriction collection.

virtual const std::vector< AudienceRestriction *>& opensaml::saml2::Conditions::getAudienceRestrictions (  )  const [pure virtual]

Returns reference to immutable AudienceRestriction collection.

virtual xmltooling::XMLObjectChildrenList< std::vector< OneTimeUse *> > opensaml::saml2::Conditions::getOneTimeUses (  )  [pure virtual]

Returns modifiable OneTimeUse collection.

virtual const std::vector< OneTimeUse *>& opensaml::saml2::Conditions::getOneTimeUses (  )  const [pure virtual]

Returns reference to immutable OneTimeUse collection.

virtual xmltooling::XMLObjectChildrenList< std::vector< ProxyRestriction *> > opensaml::saml2::Conditions::getProxyRestrictions (  )  [pure virtual]

Returns modifiable ProxyRestriction collection.

virtual const std::vector< ProxyRestriction *>& opensaml::saml2::Conditions::getProxyRestrictions (  )  const [pure virtual]

Returns reference to immutable ProxyRestriction collection.

virtual xmltooling::XMLObjectChildrenList< std::vector< Condition *> > opensaml::saml2::Conditions::getConditions (  )  [pure virtual]

Returns modifiable Condition collection.

virtual const std::vector< Condition *>& opensaml::saml2::Conditions::getConditions (  )  const [pure virtual]

Returns reference to immutable Condition collection.


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