From d0c8a32a38b5ad126350e283de27e11d57655eb4 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Mon, 3 May 2004 09:38:44 +0000 Subject: Methods set_relayState() and set_nameIDPolicy() added in LibAuthnRequest class --- python/xml/py_lib_authn_request.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/xml/py_lib_authn_request.h') 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__ */ -- cgit