LassoLibNameIdentifierMappingRequest

LassoLibNameIdentifierMappingRequest —

Synopsis


#include <lasso/lasso.h>


            LassoLibNameIdentifierMappingRequest;
LassoSamlpRequestAbstract* lasso_lib_name_identifier_mapping_request_new
                                            (void);
LassoSamlpRequestAbstract* lasso_lib_name_identifier_mapping_request_new_full
                                            (char *providerID,
                                             LassoSamlNameIdentifier *nameIdentifier,
                                             const char *targetNamespace,
                                             LassoSignatureType sign_type,
                                             LassoSignatureMethod sign_method);

Object Hierarchy


  GObject
   +----LassoNode
         +----LassoSamlpRequestAbstract
               +----LassoLibNameIdentifierMappingRequest

Description

Details

LassoLibNameIdentifierMappingRequest

typedef struct {
	/* <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/> */
	GList *Extension;
	/* <xs:element ref="ProviderID"/> */
	char *ProviderID;
	/* <xs:element ref="saml:NameIdentifier"/> */
	LassoSamlNameIdentifier *NameIdentifier;
	/* <xs:element name="TargetNamespace" type="md:entityIDType"/> */
	char *TargetNamespace;
	/* <xs:attribute ref="consent" use="optional"/> */
	char *consent;
} LassoLibNameIdentifierMappingRequest;


lasso_lib_name_identifier_mapping_request_new ()

LassoSamlpRequestAbstract* lasso_lib_name_identifier_mapping_request_new
                                            (void);

Creates a new LassoLibNameIdentifierMappingRequest object.

Returns : a newly created LassoLibNameIdentifierMappingRequest object

lasso_lib_name_identifier_mapping_request_new_full ()

LassoSamlpRequestAbstract* lasso_lib_name_identifier_mapping_request_new_full
                                            (char *providerID,
                                             LassoSamlNameIdentifier *nameIdentifier,
                                             const char *targetNamespace,
                                             LassoSignatureType sign_type,
                                             LassoSignatureMethod sign_method);

Creates a new LassoLibNameIdentifierMappingRequest object and initializes it with the parameters.

providerID : the provider ID requesting the name identifier mapping
nameIdentifier :
targetNamespace :
sign_type :
sign_method :
Returns : a newly created LassoLibNameIdentifierMappingRequest object