diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-30 12:02:28 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-30 12:02:28 +0000 |
| commit | 407ce45c3b8ff3cbaafe3551423d09759ea699a6 (patch) | |
| tree | f8762b82681037db9db5ca966bf089b51a2086ce /python/environs/py_identity.h | |
| parent | 04c32c9de2acb7bc10303b071fdd064ea0a355be (diff) | |
| download | lasso-407ce45c3b8ff3cbaafe3551423d09759ea699a6.tar.gz lasso-407ce45c3b8ff3cbaafe3551423d09759ea699a6.tar.xz lasso-407ce45c3b8ff3cbaafe3551423d09759ea699a6.zip | |
Update
Diffstat (limited to 'python/environs/py_identity.h')
| -rw-r--r-- | python/environs/py_identity.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/python/environs/py_identity.h b/python/environs/py_identity.h index dbcfe368..ea8c75dc 100644 --- a/python/environs/py_identity.h +++ b/python/environs/py_identity.h @@ -38,13 +38,6 @@ PyObject *LassoIdentity_wrap(LassoIdentity *identity); PyObject *identity_new(PyObject *self, PyObject *args); PyObject *identity_new_from_dump(PyObject *self, PyObject *args); - -PyObject *identity_add_assertion(PyObject *self, PyObject *args); -PyObject *identity_destroy(PyObject *self, PyObject *args); PyObject *identity_dump(PyObject *self, PyObject *args); -PyObject *identity_get_assertion(PyObject *self, PyObject *args); -PyObject *identity_get_authentication_method(PyObject *self, PyObject *args); -PyObject *identity_get_next_assertion_remote_providerID(PyObject *self, PyObject *args); -PyObject *identity_remove_assertion(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_IDENTITY_H__ */ |
