![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
Figure 52. Schema fragment for saml2:BaseIDAbstract
<complexType name="BaseIDAbstractType" abstract="true"> <attributeGroup ref="saml:IDNameQualifiers"/> </complexType>
typedef struct { LassoNode parent; /* attributes */ char *NameQualifier; char *SPNameQualifier; } LassoSaml2BaseIDAbstract;
LassoNode* lasso_saml2_base_idabstract_new (void);
Creates a new LassoSaml2BaseIDAbstract object.
Returns : |
a newly created LassoSaml2BaseIDAbstract object |