![]() |
Home | Documentation |
saml2__AuthnStatementType Struct Reference
updated Sat Jun 9 2018 by Robert van Engelen
|
"urn:oasis:names:tc:SAML:2.0:assertion":AuthnStatementType is a complexType with complexContent extension of XSD type "urn:oasis:names:tc:SAML:2.0:assertion":StatementAbstractType. More...
#include <saml2.h>
Public Attributes | |
struct saml2__SubjectLocalityType * | saml2__SubjectLocality |
INHERITED FROM saml2__StatementAbstractType: More... | |
struct saml2__AuthnContextType * | saml2__AuthnContext |
Element reference "urn:oasis:names:tc:SAML:2.0:assertion:""urn:oasis:names:tc:SAML:2.0:assertion":AuthnContext. More... | |
time_t | AuthnInstant |
Attribute "AuthnInstant" of XSD type xs:dateTime. More... | |
char * | SessionIndex |
Attribute "SessionIndex" of XSD type xs:string. More... | |
time_t * | SessionNotOnOrAfter |
Attribute "SessionNotOnOrAfter" of XSD type xs:dateTime. More... | |
"urn:oasis:names:tc:SAML:2.0:assertion":AuthnStatementType is a complexType with complexContent extension of XSD type "urn:oasis:names:tc:SAML:2.0:assertion":StatementAbstractType.
struct saml2__AuthnStatementType operations:
time_t saml2__AuthnStatementType::AuthnInstant |
Attribute "AuthnInstant" of XSD type xs:dateTime.
Required attribute.
struct saml2__AuthnContextType* saml2__AuthnStatementType::saml2__AuthnContext |
Element reference "urn:oasis:names:tc:SAML:2.0:assertion:""urn:oasis:names:tc:SAML:2.0:assertion":AuthnContext.
Required element.
struct saml2__SubjectLocalityType* saml2__AuthnStatementType::saml2__SubjectLocality |
INHERITED FROM saml2__StatementAbstractType:
Element reference "urn:oasis:names:tc:SAML:2.0:assertion:""urn:oasis:names:tc:SAML:2.0:assertion":SubjectLocality. Optional element.
char* saml2__AuthnStatementType::SessionIndex |
Attribute "SessionIndex" of XSD type xs:string.
Optional attribute.
time_t* saml2__AuthnStatementType::SessionNotOnOrAfter |
Attribute "SessionNotOnOrAfter" of XSD type xs:dateTime.
Optional attribute.