From bc0d80c4673c93c4d1ee05c006f139991b4ce52f Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Thu, 22 Jul 2004 10:11:46 +0000 Subject: update of logout example with test of the request soap --- python/lasso.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'python/lasso.py') diff --git a/python/lasso.py b/python/lasso.py index b61a0d96..5bbebda8 100644 --- a/python/lasso.py +++ b/python/lasso.py @@ -47,6 +47,13 @@ def shutdown(): """ return lassomod.shutdown() +# request types : +RequestTypeLogin = 1 +RequestTypeLogout = 2 +RequestTypeFederationTermination = 3 +RequestRegisterNameIdentifier = 4 +RequestTypeNameIdentifierMapping = 5 + def get_request_type_from_soap_msg(soap_buffer): return lassomod.profile_context_get_request_type_from_soap_msg(soap_buffer); -- cgit