summaryrefslogtreecommitdiffstats
path: root/python/lasso.py
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-07-23 14:13:20 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-07-23 14:13:20 +0000
commitee2fba7c0fba3eb855a1ab5d32df65c4860bdf0b (patch)
tree98c53591e9975df8d3ff14ebfdc9a373069739fd /python/lasso.py
parentafd693d03e6db77c6b0ab25a66cfe326975aa9f2 (diff)
downloadlasso-ee2fba7c0fba3eb855a1ab5d32df65c4860bdf0b.tar.gz
lasso-ee2fba7c0fba3eb855a1ab5d32df65c4860bdf0b.tar.xz
lasso-ee2fba7c0fba3eb855a1ab5d32df65c4860bdf0b.zip
update of logout with better support of propagation from idp
Diffstat (limited to 'python/lasso.py')
-rw-r--r--python/lasso.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/python/lasso.py b/python/lasso.py
index 000709c3..855ba163 100644
--- a/python/lasso.py
+++ b/python/lasso.py
@@ -1017,7 +1017,10 @@ class Logout:
return lassomod.logout_build_response_msg(self)
def destroy(self):
- pass
+ lassomod.logout_destroy(self);
+
+ def get_next_providerID(self):
+ return lassomod.logout_get_next_providerID(self);
def init_request(self, remote_providerID = None):
return lassomod.logout_init_request(self, remote_providerID);