summaryrefslogtreecommitdiffstats
path: root/python/protocols/py_authn_response.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-05-06 15:45:16 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-05-06 15:45:16 +0000
commit60cffeeeb185ec2b9c70d8018b2cc61f11e2f945 (patch)
tree7d80c46f866dc0842378251da16e5a743f43ad7b /python/protocols/py_authn_response.h
parent71ed7f38a91309cd81daca5d2c697f21a6b646b7 (diff)
downloadlasso-60cffeeeb185ec2b9c70d8018b2cc61f11e2f945.tar.gz
lasso-60cffeeeb185ec2b9c70d8018b2cc61f11e2f945.tar.xz
lasso-60cffeeeb185ec2b9c70d8018b2cc61f11e2f945.zip
*** empty log message ***
Diffstat (limited to 'python/protocols/py_authn_response.h')
-rw-r--r--python/protocols/py_authn_response.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/protocols/py_authn_response.h b/python/protocols/py_authn_response.h
index fe85e839..79e3f20b 100644
--- a/python/protocols/py_authn_response.h
+++ b/python/protocols/py_authn_response.h
@@ -38,7 +38,8 @@ typedef struct {
PyObject *LassoAuthnResponse_wrap(LassoAuthnResponse *response);
PyObject *authn_response_getattr(PyObject *self, PyObject *args);
-PyObject *authn_response_new(PyObject *self, PyObject *args);
+PyObject *authn_response_new_from_dump(PyObject *self, PyObject *args);
+PyObject *authn_response_new_from_request_query(PyObject *self, PyObject *args);
PyObject *authn_response_add_assertion(PyObject *self, PyObject *args);
PyObject *authn_response_must_authenticate(PyObject *self, PyObject *args);
PyObject *authn_response_process_authentication_result(PyObject *self, PyObject *args);