Genivia Home Documentation
saml2__SubjectConfirmationType Struct Reference

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

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

#include <saml2.h>

Collaboration diagram for saml2__SubjectConfirmationType:
Collaboration graph
[legend]

Public Attributes

struct saml2__BaseIDAbstractTypesaml2__BaseID
 Element reference "urn:oasis:names:tc:SAML:2.0:assertion:"BaseID. More...
 
struct saml2__NameIDTypesaml2__NameID
 Element reference "urn:oasis:names:tc:SAML:2.0:assertion:"NameID. More...
 
struct saml2__EncryptedElementTypesaml2__EncryptedID
 Element reference "urn:oasis:names:tc:SAML:2.0:assertion:"EncryptedID. More...
 
struct saml2__SubjectConfirmationDataTypesaml2__SubjectConfirmationData
 Element reference "urn:oasis:names:tc:SAML:2.0:assertion:"SubjectConfirmationData. More...
 
char * Method
 Attribute "Method" of type xs:anyURI. More...
 

Detailed Description

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

Note
struct saml2__SubjectConfirmationType operations:
  • saml2__SubjectConfirmationType* soap_new_saml2__SubjectConfirmationType(struct soap*, int num) allocate and default initialize one or more values (an array)
  • soap_default_saml2__SubjectConfirmationType(struct soap*, saml2__SubjectConfirmationType*) default initialize members
  • int soap_read_saml2__SubjectConfirmationType(struct soap*, saml2__SubjectConfirmationType*) deserialize from a source
  • int soap_write_saml2__SubjectConfirmationType(struct soap*, saml2__SubjectConfirmationType*) serialize to a sink
  • saml2__SubjectConfirmationType* soap_dup_saml2__SubjectConfirmationType(struct soap*, saml2__SubjectConfirmationType* dst, saml2__SubjectConfirmationType <em>src) returns deep copy of saml2__SubjectConfirmationType 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__SubjectConfirmationType(saml2__SubjectConfirmationType) deep deletes saml2__SubjectConfirmationType data members, use only on dst after soap_dup_saml2__SubjectConfirmationType(NULL, saml2__SubjectConfirmationType *dst, saml2__SubjectConfirmationType *src) (use soapcpp2 -Ed)

Member Data Documentation

char* saml2__SubjectConfirmationType::Method

Attribute "Method" of type xs:anyURI.

Required attribute.

struct saml2__BaseIDAbstractType* saml2__SubjectConfirmationType::saml2__BaseID

Element reference "urn:oasis:names:tc:SAML:2.0:assertion:"BaseID.

Choice of element (one of multiple choices).

struct saml2__EncryptedElementType* saml2__SubjectConfirmationType::saml2__EncryptedID

Element reference "urn:oasis:names:tc:SAML:2.0:assertion:"EncryptedID.

Choice of element (one of multiple choices).

struct saml2__NameIDType* saml2__SubjectConfirmationType::saml2__NameID

Element reference "urn:oasis:names:tc:SAML:2.0:assertion:"NameID.

Choice of element (one of multiple choices).

struct saml2__SubjectConfirmationDataType* saml2__SubjectConfirmationType::saml2__SubjectConfirmationData

Element reference "urn:oasis:names:tc:SAML:2.0:assertion:"SubjectConfirmationData.

Optional element.


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