![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|
LassoLibRegisterNameIdentifierResponseLassoLibRegisterNameIdentifierResponse — |
#include <lasso/lasso.h> LassoLibRegisterNameIdentifierResponse; LassoSamlpResponseAbstract* lasso_lib_register_name_identifier_response_new (void); LassoSamlpResponseAbstract* lasso_lib_register_name_identifier_response_new_full (constchar *providerID, constchar *statusCodeValue, LassoLibRegisterNameIdentifierRequest *request, LassoSignatureType sign_type, LassoSignatureMethod sign_method);
GObject +----LassoNode +----LassoSamlpResponseAbstract +----LassoLibStatusResponse +----LassoLibRegisterNameIdentifierResponse
typedef struct _LassoLibRegisterNameIdentifierResponse LassoLibRegisterNameIdentifierResponse;
LassoSamlpResponseAbstract* lasso_lib_register_name_identifier_response_new (void);
Creates a new LassoLibRegisterNameIdentifierResponse object.
Returns : | a newly created LassoLibRegisterNameIdentifierResponse object |
LassoSamlpResponseAbstract* lasso_lib_register_name_identifier_response_new_full (constchar *providerID, constchar *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 |
<< LassoLibRegisterNameIdentifierRequest | LassoLibRequestAuthnContext >> |