From eb682633945cdd2cfafb3fb082b9c9b6b5e31bba Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Thu, 22 Jul 2004 00:47:01 +0000 Subject: Added method set_consent in LibAuthnRequest class --- python/lassomod.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'python/lassomod.c') diff --git a/python/lassomod.c b/python/lassomod.c index 1e34c17c..b71dc26a 100644 --- a/python/lassomod.c +++ b/python/lassomod.c @@ -56,7 +56,7 @@ #include "environs/py_federation_termination.h" #include "environs/py_login.h" #include "environs/py_logout.h" -#include "environs/py_profile_context.h" +/* #include "environs/py_profile_context.h" */ #include "environs/py_register_name_identifier.h" #include "environs/py_server.h" #include "environs/py_user.h" @@ -88,6 +88,7 @@ static PyMethodDef lasso_methods[] = { /* py_lib_authn_request.h */ {"lib_authn_request_new", lib_authn_request_new, METH_VARARGS}, + {"lib_authn_request_set_consent", lib_authn_request_set_consent, METH_VARARGS}, {"lib_authn_request_set_forceAuthn", lib_authn_request_set_forceAuthn, METH_VARARGS}, {"lib_authn_request_set_isPassive", lib_authn_request_set_isPassive, METH_VARARGS}, {"lib_authn_request_set_nameIDPolicy", lib_authn_request_set_nameIDPolicy, METH_VARARGS}, @@ -199,7 +200,7 @@ static PyMethodDef lasso_methods[] = { {"authentication_statement_new", authentication_statement_new, METH_VARARGS}, /* environs */ - {"profile_context_get_request_type_from_soap_msg", profile_context_get_request_type_from_soap_msg, METH_VARARGS}, +/* {"profile_context_get_request_type_from_soap_msg", profile_context_get_request_type_from_soap_msg, METH_VARARGS}, */ /* py_federation_termination.h */ {"federation_termination_getattr", federation_termination_getattr, METH_VARARGS}, -- cgit