LassoSamlAttributeDesignator

LassoSamlAttributeDesignator — object mapping for a saml:AttributeDesignator

Synopsis

                    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

LassoSamlAttributeDesignator

typedef struct {
	LassoNode parent;

	char *AttributeName;
	char *AttributeNamespace;
} LassoSamlAttributeDesignator;

lasso_saml_attribute_designator_new ()

LassoNode*          lasso_saml_attribute_designator_new (void);

Creates a new LassoSamlAttributeDesignator object.

Returns :

a newly created LassoSamlAttributeDesignator object