opensaml::saml1p::RequestAbstractType Class Reference

SAML 1.x RequestAbstractType base type. More...

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

Inheritance diagram for opensaml::saml1p::RequestAbstractType:

opensaml::RootObject opensaml::SignableObject opensaml::saml1p::Request List of all members.

Public Member Functions

virtual RequestAbstractTypecloneRequestAbstractType () const =0
 Type-specific clone method.
virtual std::pair< bool, int > getMinorVersion () const =0
 Returns the MinorVersion attribute after a NULL indicator.
virtual void setMinorVersion (const XMLCh *MinorVersion)=0
 Sets the MinorVersion attribute using a string value.
virtual void setMinorVersion (int MinorVersion)=0
 Sets the MinorVersion attribute.
virtual const XMLCh * getRequestID () const =0
 Returns the RequestID attribute.
virtual void setRequestID (const XMLCh *RequestID)=0
 Sets the RequestID attribute.
virtual void setIssueInstant (const xercesc::XMLDateTime *IssueInstant)=0
 Sets the IssueInstant attribute.
virtual void setIssueInstant (time_t IssueInstant)=0
 Sets the IssueInstant attribute.
virtual void setIssueInstant (const XMLCh *IssueInstant)=0
 Sets the IssueInstant attribute.
virtual xmltooling::XMLObjectChildrenList<
std::vector< RespondWith * > > 
getRespondWiths ()=0
 Returns modifiable RespondWith collection.
virtual const std::vector<
RespondWith * > & 
getRespondWiths () const =0
 Returns reference to immutable RespondWith collection.

Static Public Attributes

static const XMLCh LOCAL_NAME []
 Element local name.
static const XMLCh MINORVERSION_ATTRIB_NAME []
 MinorVersion attribute name.
static const XMLCh REQUESTID_ATTRIB_NAME []
 RequestID attribute name.
static const XMLCh ISSUEINSTANT_ATTRIB_NAME []
 IssueInstant attribute name.
static const XMLCh TYPE_NAME []
 RequestAbstractType local name.

Detailed Description

SAML 1.x RequestAbstractType base type.


The documentation for this class was generated from the following file:
Generated on 11 Mar 2019 for opensaml-3.0.1 by  doxygen 1.4.7