![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
Figure 69. Schema fragment for samlp2:AuthnQuery
<complexType name="AuthnQueryType"> <complexContent> <extension base="samlp:SubjectQueryAbstractType"> <sequence> <element ref="samlp:RequestedAuthnContext" minOccurs="0"/> </sequence> <attribute name="SessionIndex" type="string" use="optional"/> </extension> </complexContent> </complexType>
struct LassoSamlp2AuthnQuery { LassoSamlp2SubjectQueryAbstract parent; /* elements */ LassoSamlp2RequestedAuthnContext *RequestedAuthnContext; /* attributes */ char *SessionIndex; };
LassoNode * lasso_samlp2_authn_query_new (void
);
Creates a new LassoSamlp2AuthnQuery object.
Returns : |
a newly created LassoSamlp2AuthnQuery object |