LassoSamlp2IDPEntry

LassoSamlp2IDPEntry — <samlp2:IDPEntry>

Synopsis


#include <lasso/lasso.h>

                    LassoSamlp2IDPEntry;
LassoNode*          lasso_samlp2_idp_entry_new          (void);

Description

Figure 70. Schema fragment for samlp2:IDPEntry


<complexType name="IDPEntryType">
  <attribute name="ProviderID" type="anyURI" use="required"/>
  <attribute name="Name" type="string" use="optional"/>
  <attribute name="Loc" type="anyURI" use="optional"/>
</complexType>


Details

LassoSamlp2IDPEntry

typedef struct {
	LassoNode parent;

	/* attributes */
	char *ProviderID;
	char *Name;
	char *Loc;
} LassoSamlp2IDPEntry;


lasso_samlp2_idp_entry_new ()

LassoNode*          lasso_samlp2_idp_entry_new          (void);

Creates a new LassoSamlp2IDPEntry object.

Returns : a newly created LassoSamlp2IDPEntry object