LassoSaml2BaseIDAbstract

LassoSaml2BaseIDAbstract — <saml2:BaseIDAbstract>

Synopsis

struct              LassoSaml2BaseIDAbstract;
LassoNode *         lasso_saml2_base_idabstract_new     (void);

Description

Figure 52. Schema fragment for saml2:BaseIDAbstract


<complexType name="BaseIDAbstractType" abstract="true">
  <attributeGroup ref="saml:IDNameQualifiers"/>
</complexType>


Details

struct LassoSaml2BaseIDAbstract

struct LassoSaml2BaseIDAbstract {
	LassoNode parent;

	/* attributes */
	char *NameQualifier;
	char *SPNameQualifier;
};

lasso_saml2_base_idabstract_new ()

LassoNode *         lasso_saml2_base_idabstract_new     (void);

Creates a new LassoSaml2BaseIDAbstract object.

Returns :

a newly created LassoSaml2BaseIDAbstract object