"urn:oasis:names:tc:SAML:2.0:assertion":SubjectConfirmationDataType is a complexType with complexContent restriction of type xs:anyType.
More...
#include <saml2.h>
|
xsd__dateTime * | NotBefore |
|
xsd__dateTime * | NotOnOrAfter |
| Attribute "NotOnOrAfter" of type xs:dateTime.
|
|
char * | Recipient |
| Attribute "Recipient" of type xs:anyURI.
|
|
char * | InResponseTo |
| Attribute "InResponseTo" of type xs:NCName.
|
|
char * | Address |
| Attribute "Address" of type xs:string.
|
|
_XML | __mixed |
| Store mixed content as an xsd:any (an XML string by default).
|
|
"urn:oasis:names:tc:SAML:2.0:assertion":SubjectConfirmationDataType is a complexType with complexContent restriction of type xs:anyType.
This type is restricted by:
- Note
- struct saml2__SubjectConfirmationDataType operations:
- saml2__SubjectConfirmationDataType* soap_new_saml2__SubjectConfirmationDataType(struct soap*, int num) allocate and default initialize one or more values (an array)
- soap_default_saml2__SubjectConfirmationDataType(struct soap*, saml2__SubjectConfirmationDataType*) default initialize members
- int soap_read_saml2__SubjectConfirmationDataType(struct soap*, saml2__SubjectConfirmationDataType*) deserialize from a source
- int soap_write_saml2__SubjectConfirmationDataType(struct soap*, saml2__SubjectConfirmationDataType*) serialize to a sink
- saml2__SubjectConfirmationDataType* soap_dup_saml2__SubjectConfirmationDataType(struct soap*, saml2__SubjectConfirmationDataType* dst, saml2__SubjectConfirmationDataType <em>src) returns deep copy of saml2__SubjectConfirmationDataType 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__SubjectConfirmationDataType(saml2__SubjectConfirmationDataType
) deep deletes saml2__SubjectConfirmationDataType data members, use only on dst after soap_dup_saml2__SubjectConfirmationDataType(NULL, saml2__SubjectConfirmationDataType *dst, saml2__SubjectConfirmationDataType *src) (use soapcpp2 -Ed)
◆ __mixed
_XML saml2__SubjectConfirmationDataType::__mixed |
Store mixed content as an xsd:any (an XML string by default).
<anyAttribute namespace="##other">.
- Note
- Schema extensibility is user-definable. Consult the protocol documentation to change or insert declarations. Use wsdl2h option -x to remove this attribute. Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). Mixed content.
-
Mixed content is user-definable. Consult the protocol documentation to change or insert declarations. Use wsdl2h option -d for DOM (soap_dom_element) to store mixed content.
◆ Address
char* saml2__SubjectConfirmationDataType::Address |
Attribute "Address" of type xs:string.
Optional attribute.
◆ InResponseTo
char* saml2__SubjectConfirmationDataType::InResponseTo |
Attribute "InResponseTo" of type xs:NCName.
Optional attribute.
◆ NotBefore
xsd__dateTime* saml2__SubjectConfirmationDataType::NotBefore |
<any namespace="##any" minOccurs="0" maxOccurs="unbounded">
- Note
- Schema extensibility is user-definable. Consult the protocol documentation to change or insert declarations. Use wsdl2h option -x to remove this element. Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element): wsdl2h maps xsd:any to xsd__anyType, use typemap.dat to remap. Attribute "NotBefore" of type xs:dateTime. Optional attribute.
◆ NotOnOrAfter
xsd__dateTime* saml2__SubjectConfirmationDataType::NotOnOrAfter |
Attribute "NotOnOrAfter" of type xs:dateTime.
Optional attribute.
◆ Recipient
char* saml2__SubjectConfirmationDataType::Recipient |
Attribute "Recipient" of type xs:anyURI.
Optional attribute.
The documentation for this struct was generated from the following file: