Genivia Home Documentation
saml2__AuthnStatementType Struct Reference

updated Wed Oct 30 2024 by Robert van Engelen
 
saml2__AuthnStatementType Struct Reference

"urn:oasis:names:tc:SAML:2.0:assertion":AuthnStatementType is a complexType with complexContent extension of type "urn:oasis:names:tc:SAML:2.0:assertion":StatementAbstractType. More...

#include <saml2.h>

Collaboration diagram for saml2__AuthnStatementType:

Public Attributes

struct saml2__SubjectLocalityTypesaml2__SubjectLocality
 INHERITED FROM saml2__StatementAbstractType:
 
struct saml2__AuthnContextTypesaml2__AuthnContext
 Element reference "urn:oasis:names:tc:SAML:2.0:assertion:"AuthnContext.
 
xsd__dateTime AuthnInstant
 Attribute "AuthnInstant" of type xs:dateTime.
 
char * SessionIndex
 Attribute "SessionIndex" of type xs:string.
 
xsd__dateTime * SessionNotOnOrAfter
 Attribute "SessionNotOnOrAfter" of type xs:dateTime.
 

Detailed Description

"urn:oasis:names:tc:SAML:2.0:assertion":AuthnStatementType is a complexType with complexContent extension of type "urn:oasis:names:tc:SAML:2.0:assertion":StatementAbstractType.

Note
struct saml2__AuthnStatementType operations:
  • saml2__AuthnStatementType* soap_new_saml2__AuthnStatementType(struct soap*, int num) allocate and default initialize one or more values (an array)
  • soap_default_saml2__AuthnStatementType(struct soap*, saml2__AuthnStatementType*) default initialize members
  • int soap_read_saml2__AuthnStatementType(struct soap*, saml2__AuthnStatementType*) deserialize from a source
  • int soap_write_saml2__AuthnStatementType(struct soap*, saml2__AuthnStatementType*) serialize to a sink
  • saml2__AuthnStatementType* soap_dup_saml2__AuthnStatementType(struct soap*, saml2__AuthnStatementType* dst, saml2__AuthnStatementType <em>src) returns deep copy of saml2__AuthnStatementType 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__AuthnStatementType(saml2__AuthnStatementType
) deep deletes saml2__AuthnStatementType data members, use only on dst after soap_dup_saml2__AuthnStatementType(NULL, saml2__AuthnStatementType *dst, saml2__AuthnStatementType *src) (use soapcpp2 -Ed)

Member Data Documentation

◆ AuthnInstant

xsd__dateTime saml2__AuthnStatementType::AuthnInstant

Attribute "AuthnInstant" of type xs:dateTime.

Required attribute.

◆ saml2__AuthnContext

struct saml2__AuthnContextType* saml2__AuthnStatementType::saml2__AuthnContext

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

Required element.

◆ saml2__SubjectLocality

struct saml2__SubjectLocalityType* saml2__AuthnStatementType::saml2__SubjectLocality

INHERITED FROM saml2__StatementAbstractType:

Element reference "urn:oasis:names:tc:SAML:2.0:assertion:"SubjectLocality. Optional element.

◆ SessionIndex

char* saml2__AuthnStatementType::SessionIndex

Attribute "SessionIndex" of type xs:string.

Optional attribute.

◆ SessionNotOnOrAfter

xsd__dateTime* saml2__AuthnStatementType::SessionNotOnOrAfter

Attribute "SessionNotOnOrAfter" of type xs:dateTime.

Optional attribute.


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