diff options
Diffstat (limited to 'python/lasso.py')
| -rw-r--r-- | python/lasso.py | 7 |
1 files changed, 7 insertions, 0 deletions
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); |
