LassoSamlAttributeDesignator

LassoSamlAttributeDesignator — object mapping for a saml:AttributeDesignator

Synopsis

struct              LassoSamlAttributeDesignator;
LassoNode *         lasso_saml_attribute_designator_new (void);

Description

The schema fragment (oasis-sstc-saml-schema-assertion-1.1.xsd) is:

Figure 23. Schema fragment for saml:AttributeDesignator


<element name="AttributeDesignator" type="saml:AttributeDesignatorType"/>
<complexType name="AttributeDesignatorType">
  <attribute name="AttributeName" type="string" use="required"/>
  <attribute name="AttributeNamespace" type="anyURI" use="required"/>
</complexType>


Details

struct LassoSamlAttributeDesignator

struct LassoSamlAttributeDesignator {
	LassoNode parent;

	char *AttributeName;
	char *AttributeNamespace;
};

lasso_saml_attribute_designator_new ()

LassoNode *         lasso_saml_attribute_designator_new (void);

Creates a new LassoSamlAttributeDesignator object.

Returns :

a newly created LassoSamlAttributeDesignator object