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/lassomod.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/lassomod.c') diff --git a/python/lassomod.c b/python/lassomod.c index 49e86b31..34ca0eb7 100644 --- a/python/lassomod.c +++ b/python/lassomod.c @@ -70,7 +70,9 @@ static PyMethodDef lasso_methods[] = { {"lib_authn_request_new", lib_authn_request_new, 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}, {"lib_authn_request_set_protocolProfile", lib_authn_request_set_protocolProfile, METH_VARARGS}, + {"lib_authn_request_set_relayState", lib_authn_request_set_relayState, METH_VARARGS}, /* py_lib_federation_termination_notification.h */ {"lib_federation_termination_notification_new", lib_federation_termination_notification_new, METH_VARARGS}, -- cgit