Genivia Home Documentation
saml1__AssertionType Struct Reference

updated Mon Jan 22 2024 by Robert van Engelen
 
Classes | Public Attributes | List of all members
saml1__AssertionType Struct Reference

"urn:oasis:names:tc:SAML:1.0:assertion":AssertionType is a complexType. More...

#include <saml1.h>

Collaboration diagram for saml1__AssertionType:
Collaboration graph
[legend]

Classes

struct  __saml1__union_AssertionType
 

Public Attributes

struct saml1__ConditionsTypesaml1__Conditions
 Element reference "urn:oasis:names:tc:SAML:1.0:assertion:"Conditions.
 
struct saml1__AdviceTypesaml1__Advice
 Element reference "urn:oasis:names:tc:SAML:1.0:assertion:"Advice.
 
$ int __size_AssertionType
 
struct saml1__AssertionType::__saml1__union_AssertionType__union_AssertionType
 
_ds__Signatureds__Signature
 Imported element reference "http://www.w3.org/2000/09/xmldsig#":Signature.
 
char * MajorVersion
 Attribute "MajorVersion" of type xs:integer.
 
char * MinorVersion
 Attribute "MinorVersion" of type xs:integer.
 
char * AssertionID
 Attribute "AssertionID" of type xs:ID.
 
char * Issuer
 Attribute "Issuer" of type xs:string.
 
xsd__dateTime IssueInstant
 Attribute "IssueInstant" of type xs:dateTime.
 
char * wsu__Id
 Member declared in WS/WS-typemap.dat.
 

Detailed Description

"urn:oasis:names:tc:SAML:1.0:assertion":AssertionType is a complexType.

Note
struct saml1__AssertionType operations:
  • saml1__AssertionType* soap_new_saml1__AssertionType(struct soap*, int num) allocate and default initialize one or more values (an array)
  • soap_default_saml1__AssertionType(struct soap*, saml1__AssertionType*) default initialize members
  • int soap_read_saml1__AssertionType(struct soap*, saml1__AssertionType*) deserialize from a source
  • int soap_write_saml1__AssertionType(struct soap*, saml1__AssertionType*) serialize to a sink
  • saml1__AssertionType* soap_dup_saml1__AssertionType(struct soap*, saml1__AssertionType* dst, saml1__AssertionType <em>src) returns deep copy of saml1__AssertionType 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_saml1__AssertionType(saml1__AssertionType) deep deletes saml1__AssertionType data members, use only on dst after soap_dup_saml1__AssertionType(NULL, saml1__AssertionType *dst, saml1__AssertionType *src) (use soapcpp2 -Ed)

Member Data Documentation

◆ __size_AssertionType

$ int saml1__AssertionType::__size_AssertionType

◆ __union_AssertionType

struct saml1__AssertionType::__saml1__union_AssertionType * saml1__AssertionType::__union_AssertionType

◆ AssertionID

char* saml1__AssertionType::AssertionID

Attribute "AssertionID" of type xs:ID.

Required attribute.

◆ ds__Signature

_ds__Signature* saml1__AssertionType::ds__Signature

Imported element reference "http://www.w3.org/2000/09/xmldsig#":Signature.

Optional element.

◆ IssueInstant

xsd__dateTime saml1__AssertionType::IssueInstant

Attribute "IssueInstant" of type xs:dateTime.

Required attribute.

◆ Issuer

char* saml1__AssertionType::Issuer

Attribute "Issuer" of type xs:string.

Required attribute.

◆ MajorVersion

char* saml1__AssertionType::MajorVersion

Attribute "MajorVersion" of type xs:integer.

Required attribute.

◆ MinorVersion

char* saml1__AssertionType::MinorVersion

Attribute "MinorVersion" of type xs:integer.

Required attribute.

◆ saml1__Advice

struct saml1__AdviceType* saml1__AssertionType::saml1__Advice

Element reference "urn:oasis:names:tc:SAML:1.0:assertion:"Advice.

Optional element.

◆ saml1__Conditions

struct saml1__ConditionsType* saml1__AssertionType::saml1__Conditions

Element reference "urn:oasis:names:tc:SAML:1.0:assertion:"Conditions.

Optional element.

◆ wsu__Id

char* saml1__AssertionType::wsu__Id

Member declared in WS/WS-typemap.dat.

Optional attribute.


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