LassoSamlp2AttributeQuery

LassoSamlp2AttributeQuery — <samlp2:AttributeQuery>

Synopsis

                    LassoSamlp2AttributeQuery;
LassoNode*          lasso_samlp2_attribute_query_new    (void);

Description

Figure 68. Schema fragment for samlp2:AttributeQuery


<complexType name="AttributeQueryType">
  <complexContent>
    <extension base="samlp:SubjectQueryAbstractType">
      <sequence>
        <element ref="saml:Attribute" minOccurs="0" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>


Details

LassoSamlp2AttributeQuery

typedef struct {
	LassoSamlp2SubjectQueryAbstract parent;

	/* elements */
	GList *Attribute; /* of LassoSaml2Attribute */
} LassoSamlp2AttributeQuery;

lasso_samlp2_attribute_query_new ()

LassoNode*          lasso_samlp2_attribute_query_new    (void);

Creates a new LassoSamlp2AttributeQuery object.

Returns :

a newly created LassoSamlp2AttributeQuery object