![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
#include <lasso/lasso.h> LassoSamlp2AuthnQuery; LassoNode* lasso_samlp2_authn_query_new (void);
Figure 66. 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>
typedef struct { LassoSamlp2SubjectQueryAbstract parent; /* elements */ LassoSamlp2RequestedAuthnContext *RequestedAuthnContext; /* attributes */ char *SessionIndex; } LassoSamlp2AuthnQuery;
LassoNode* lasso_samlp2_authn_query_new (void);
Creates a new LassoSamlp2AuthnQuery object.
Returns : | a newly created LassoSamlp2AuthnQuery object |