LassoLibNameIdentifierMappingResponse

LassoLibNameIdentifierMappingResponse —

Synopsis


#include <lasso/lasso.h>


            LassoLibNameIdentifierMappingResponse;
LassoSamlpResponseAbstract* lasso_lib_name_identifier_mapping_response_new
                                            (void);
LassoSamlpResponseAbstract* lasso_lib_name_identifier_mapping_response_new_full
                                            (char *provideRID,
                                             const char *statusCodeValue,
                                             LassoLibNameIdentifierMappingRequest *request,
                                             LassoSignatureType sign_type,
                                             LassoSignatureMethod sign_method);

Object Hierarchy


  GObject
   +----LassoNode
         +----LassoSamlpResponseAbstract
               +----LassoLibNameIdentifierMappingResponse

Description

Details

LassoLibNameIdentifierMappingResponse

typedef struct {
	/* <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/> */
	GList *Extension;
	/* <xs:element ref="ProviderID"/> */
	char *ProviderID;
	/* <xs:element ref="samlp:Status"/> */
	LassoSamlpStatus *Status;
	/* <xs:element ref="saml:NameIdentifier" minOccurs="0"/> */
	LassoSamlNameIdentifier *NameIdentifier;
} LassoLibNameIdentifierMappingResponse;


lasso_lib_name_identifier_mapping_response_new ()

LassoSamlpResponseAbstract* lasso_lib_name_identifier_mapping_response_new
                                            (void);

Creates a new LassoLibNameIdentifierMappingResponse object.

Returns : a newly created LassoLibNameIdentifierMappingResponse object

lasso_lib_name_identifier_mapping_response_new_full ()

LassoSamlpResponseAbstract* lasso_lib_name_identifier_mapping_response_new_full
                                            (char *provideRID,
                                             const char *statusCodeValue,
                                             LassoLibNameIdentifierMappingRequest *request,
                                             LassoSignatureType sign_type,
                                             LassoSignatureMethod sign_method);

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

provideRID :
statusCodeValue :
request : the request this is a response to
sign_type :
sign_method :
Returns : a newly created LassoLibNameIdentifierMappingResponse object