summaryrefslogtreecommitdiffstats
path: root/python/environs/py_logout.h
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-08-03 15:27:26 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-08-03 15:27:26 +0000
commit638371bb157eb05144d050c3663d8e1af52c52f1 (patch)
tree66a6a83c5e5da3bdb38fd2f5c84bac455c9fb436 /python/environs/py_logout.h
parentd5dc250c35425aa2c99a631b3f37d826ebf59deb (diff)
downloadlasso-638371bb157eb05144d050c3663d8e1af52c52f1.tar.gz
lasso-638371bb157eb05144d050c3663d8e1af52c52f1.tar.xz
lasso-638371bb157eb05144d050c3663d8e1af52c52f1.zip
replace load_request_msg() with process_request_msg(), process_request() with validate_request(), remove assertion of the authenticated principal in validate_request()
Diffstat (limited to 'python/environs/py_logout.h')
-rw-r--r--python/environs/py_logout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/environs/py_logout.h b/python/environs/py_logout.h
index 7242332f..5f8501f1 100644
--- a/python/environs/py_logout.h
+++ b/python/environs/py_logout.h
@@ -46,9 +46,9 @@ PyObject *logout_build_response_msg(PyObject *self, PyObject *args);
PyObject *logout_destroy(PyObject *self, PyObject *args);
PyObject *logout_get_next_providerID(PyObject *self, PyObject *args);
PyObject *logout_init_request(PyObject *self, PyObject *args);
-PyObject *logout_load_request_msg(PyObject *self, PyObject *args);
+PyObject *logout_process_request_msg(PyObject *self, PyObject *args);
PyObject *logout_new(PyObject *self, PyObject *args);
-PyObject *logout_process_request(PyObject *self, PyObject *args);
+PyObject *logout_validate_request(PyObject *self, PyObject *args);
PyObject *logout_process_response_msg(PyObject *self, PyObject *args);
#endif /* __PYLASSO_PY_LOGOUT_H__ */