diff options
author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-09 17:13:24 +0000 |
---|---|---|
committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-09 17:13:24 +0000 |
commit | 43c7e91e2576d48b5446aee9ca6a3ff9ed4bd551 (patch) | |
tree | 57bd344890db180529297ca56753d7c79f44ad67 /python/protocols/py_authn_response.h | |
parent | ee6e79e10b4285ac15a18794291eb8079065579a (diff) | |
download | lasso-43c7e91e2576d48b5446aee9ca6a3ff9ed4bd551.tar.gz lasso-43c7e91e2576d48b5446aee9ca6a3ff9ed4bd551.tar.xz lasso-43c7e91e2576d48b5446aee9ca6a3ff9ed4bd551.zip |
*** empty log message ***
Diffstat (limited to 'python/protocols/py_authn_response.h')
-rw-r--r-- | python/protocols/py_authn_response.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/python/protocols/py_authn_response.h b/python/protocols/py_authn_response.h index f11a9638..be21a522 100644 --- a/python/protocols/py_authn_response.h +++ b/python/protocols/py_authn_response.h @@ -27,7 +27,6 @@ #define __PYLASSO_PY_AUTHN_RESPONSE_H__ #include <lasso/protocols/authn_response.h> -#include "elements/py_assertion.h" typedef struct { PyObject_HEAD @@ -37,12 +36,6 @@ typedef struct { #define LassoAuthnResponse_get(v) (((v) == Py_None) ? NULL : (((LassoAuthnResponse_object *)(PyObject_GetAttr(v, PyString_FromString("_o"))))->obj)) PyObject *LassoAuthnResponse_wrap(LassoAuthnResponse *response); -PyObject *authn_response_getattr(PyObject *self, PyObject *args); -PyObject *authn_response_new_from_dump(PyObject *self, PyObject *args); PyObject *authn_response_new_from_export(PyObject *self, PyObject *args); -//PyObject *authn_response_new_from_request_query(PyObject *self, PyObject *args); -PyObject *authn_response_must_authenticate(PyObject *self, PyObject *args); -PyObject *authn_response_process_authentication_result(PyObject *self, PyObject *args); -PyObject *authn_response_verify_signature(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_AUTHN_RESPONSE_H__ */ |