summaryrefslogtreecommitdiffstats
path: root/python/xml/py_lib_authn_request.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-05-03 09:38:44 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-05-03 09:38:44 +0000
commitd0c8a32a38b5ad126350e283de27e11d57655eb4 (patch)
treea30d0f3e9c6c4b34449620e11bfc8ab91adec699 /python/xml/py_lib_authn_request.h
parent464e5d2777f7f5441f62fba3912ffb8cda74d37f (diff)
downloadlasso-d0c8a32a38b5ad126350e283de27e11d57655eb4.tar.gz
lasso-d0c8a32a38b5ad126350e283de27e11d57655eb4.tar.xz
lasso-d0c8a32a38b5ad126350e283de27e11d57655eb4.zip
Methods set_relayState() and set_nameIDPolicy() added in LibAuthnRequest class
Diffstat (limited to 'python/xml/py_lib_authn_request.h')
-rw-r--r--python/xml/py_lib_authn_request.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/xml/py_lib_authn_request.h b/python/xml/py_lib_authn_request.h
index a718c8bb..b6e98ce0 100644
--- a/python/xml/py_lib_authn_request.h
+++ b/python/xml/py_lib_authn_request.h
@@ -39,6 +39,8 @@ PyObject *LassoLibAuthnRequest_wrap(LassoLibAuthnRequest *request);
PyObject *lib_authn_request_new(PyObject *self, PyObject *args);
PyObject *lib_authn_request_set_forceAuthn(PyObject *self, PyObject *args);
PyObject *lib_authn_request_set_isPassive(PyObject *self, PyObject *args);
+PyObject *lib_authn_request_set_nameIDPolicy(PyObject *self, PyObject *args);
PyObject *lib_authn_request_set_protocolProfile(PyObject *self, PyObject *args);
+PyObject *lib_authn_request_set_relayState(PyObject *self, PyObject *args);
#endif /* __PYLASSO_PY_LIB_AUTHN_REQUEST_H__ */