![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Figure 71. Schema fragment for samlp2:IDPList
<complexType name="IDPListType"> <sequence> <element ref="samlp:IDPEntry" maxOccurs="unbounded"/> <element ref="samlp:GetComplete" minOccurs="0"/> </sequence> </complexType>
typedef struct { LassoNode parent; /* elements */ LassoSamlp2IDPEntry *IDPEntry; char *GetComplete; } LassoSamlp2IDPList;
LassoNode* lasso_samlp2_idp_list_new (void);
Creates a new LassoSamlp2IDPList object.
Returns : | a newly created LassoSamlp2IDPList object |