LassoLibRegisterNameIdentifierResponse

LassoLibRegisterNameIdentifierResponse —

Synopsis


#include <lasso/lasso.h>


            LassoLibRegisterNameIdentifierResponse;
LassoSamlpResponseAbstract* lasso_lib_register_name_identifier_response_new
                                            (void);
LassoSamlpResponseAbstract* lasso_lib_register_name_identifier_response_new_full
                                            (const char *providerID,
                                             const char *statusCodeValue,
                                             LassoLibRegisterNameIdentifierRequest *request,
                                             LassoSignatureType sign_type,
                                             LassoSignatureMethod sign_method);

Object Hierarchy


  GObject
   +----LassoNode
         +----LassoSamlpResponseAbstract
               +----LassoLibStatusResponse
                     +----LassoLibRegisterNameIdentifierResponse

Description

Details

LassoLibRegisterNameIdentifierResponse

typedef struct _LassoLibRegisterNameIdentifierResponse LassoLibRegisterNameIdentifierResponse;


lasso_lib_register_name_identifier_response_new ()

LassoSamlpResponseAbstract* lasso_lib_register_name_identifier_response_new
                                            (void);

Creates a new LassoLibRegisterNameIdentifierResponse object.

Returns : a newly created LassoLibRegisterNameIdentifierResponse object

lasso_lib_register_name_identifier_response_new_full ()

LassoSamlpResponseAbstract* lasso_lib_register_name_identifier_response_new_full
                                            (const char *providerID,
                                             const char *statusCodeValue,
                                             LassoLibRegisterNameIdentifierRequest *request,
                                             LassoSignatureType sign_type,
                                             LassoSignatureMethod sign_method);

Creates a new LassoLibRegisterNameIdentifierResponse 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 LassoLibRegisterNameIdentifierResponse object