Genivia Home Documentation
saml2__ConditionsType Struct Reference

updated Thu Apr 15 2021 by Robert van Engelen
 
Classes | Public Attributes | List of all members
saml2__ConditionsType Struct Reference

"urn:oasis:names:tc:SAML:2.0:assertion":ConditionsType is a complexType. More...

#include <saml2.h>

Collaboration diagram for saml2__ConditionsType:
Collaboration graph
[legend]

Classes

struct  __saml2__union_ConditionsType
 

Public Attributes

int __size_ConditionsType
 
struct saml2__ConditionsType::__saml2__union_ConditionsType__union_ConditionsType
 
xsd__dateTime * NotBefore
 Attribute "NotBefore" of type xs:dateTime. More...
 
xsd__dateTime * NotOnOrAfter
 Attribute "NotOnOrAfter" of type xs:dateTime. More...
 

Detailed Description

"urn:oasis:names:tc:SAML:2.0:assertion":ConditionsType is a complexType.

Note
struct saml2__ConditionsType operations:
  • saml2__ConditionsType* soap_new_saml2__ConditionsType(struct soap*, int num) allocate and default initialize one or more values (an array)
  • soap_default_saml2__ConditionsType(struct soap*, saml2__ConditionsType*) default initialize members
  • int soap_read_saml2__ConditionsType(struct soap*, saml2__ConditionsType*) deserialize from a source
  • int soap_write_saml2__ConditionsType(struct soap*, saml2__ConditionsType*) serialize to a sink
  • saml2__ConditionsType* soap_dup_saml2__ConditionsType(struct soap*, saml2__ConditionsType* dst, saml2__ConditionsType <em>src) returns deep copy of saml2__ConditionsType src into dst, copies the (cyclic) graph structure when a context is provided, or (cycle-pruned) tree structure with soap_set_mode(soap, SOAP_XML_TREE) (use soapcpp2 -Ec)
  • soap_del_saml2__ConditionsType(saml2__ConditionsType) deep deletes saml2__ConditionsType data members, use only on dst after soap_dup_saml2__ConditionsType(NULL, saml2__ConditionsType *dst, saml2__ConditionsType *src) (use soapcpp2 -Ed)

Member Data Documentation

int saml2__ConditionsType::__size_ConditionsType
struct saml2__ConditionsType::__saml2__union_ConditionsType * saml2__ConditionsType::__union_ConditionsType
xsd__dateTime* saml2__ConditionsType::NotBefore

Attribute "NotBefore" of type xs:dateTime.

Optional attribute.

xsd__dateTime* saml2__ConditionsType::NotOnOrAfter

Attribute "NotOnOrAfter" of type xs:dateTime.

Optional attribute.


The documentation for this struct was generated from the following file: