summaryrefslogtreecommitdiffstats
path: root/lasso/xml/lib_register_name_identifier_response.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/lib_register_name_identifier_response.c')
-rw-r--r--lasso/xml/lib_register_name_identifier_response.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lasso/xml/lib_register_name_identifier_response.c b/lasso/xml/lib_register_name_identifier_response.c
index 2f0cc471..ab59604f 100644
--- a/lasso/xml/lib_register_name_identifier_response.c
+++ b/lasso/xml/lib_register_name_identifier_response.c
@@ -80,13 +80,13 @@ lasso_lib_register_name_identifier_response_get_type()
return register_name_identifier_response_type;
}
-LassoNode*
+LassoSamlpResponseAbstract*
lasso_lib_register_name_identifier_response_new()
{
return g_object_new(LASSO_TYPE_LIB_REGISTER_NAME_IDENTIFIER_RESPONSE, NULL);
}
-LassoNode*
+LassoSamlpResponseAbstract*
lasso_lib_register_name_identifier_response_new_full(const char *providerID,
const char *statusCodeValue, LassoLibRegisterNameIdentifierRequest *request,
lassoSignatureType sign_type, lassoSignatureMethod sign_method)
@@ -108,6 +108,6 @@ lasso_lib_register_name_identifier_response_new_full(const char *providerID,
response->Status->StatusCode = lasso_samlp_status_code_new();
response->Status->StatusCode->Value = g_strdup(statusCodeValue);
- return LASSO_NODE(response);
+ return LASSO_SAMLP_RESPONSE_ABSTRACT(response);
}