LassoSamlp2AuthnQuery

LassoSamlp2AuthnQuery — <samlp2:AuthnQuery>

Synopsis

                    LassoSamlp2AuthnQuery;
LassoNode*          lasso_samlp2_authn_query_new        (void);

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>


Details

LassoSamlp2AuthnQuery

typedef struct {
	LassoSamlp2SubjectQueryAbstract parent;

	/* elements */
	LassoSamlp2RequestedAuthnContext *RequestedAuthnContext;
	/* attributes */
	char *SessionIndex;
} LassoSamlp2AuthnQuery;

lasso_samlp2_authn_query_new ()

LassoNode*          lasso_samlp2_authn_query_new        (void);

Creates a new LassoSamlp2AuthnQuery object.

Returns :

a newly created LassoSamlp2AuthnQuery object