![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
LassoSamlAttributeDesignatorLassoSamlAttributeDesignator — object mapping for a saml:AttributeDesignator |
struct LassoSamlAttributeDesignator;
LassoNode * lasso_saml_attribute_designator_new (void
);
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>
struct LassoSamlAttributeDesignator { LassoNode parent; char *AttributeName; char *AttributeNamespace; };
LassoNode * lasso_saml_attribute_designator_new (void
);
Creates a new LassoSamlAttributeDesignator object.
Returns : |
a newly created LassoSamlAttributeDesignator object |