summaryrefslogtreecommitdiffstats
path: root/python/lasso.py
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-11 03:09:12 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-11 03:09:12 +0000
commit210693c46dc8de2faf0e26c04a45e64a1e0b26bb (patch)
tree1961d5b407c6b85bec4da3ed1c857a03ebdb717d /python/lasso.py
parente1580d4b512b7fdbaed988e50b8069b66ff688d5 (diff)
downloadlasso-210693c46dc8de2faf0e26c04a45e64a1e0b26bb.tar.gz
lasso-210693c46dc8de2faf0e26c04a45e64a1e0b26bb.tar.xz
lasso-210693c46dc8de2faf0e26c04a45e64a1e0b26bb.zip
*** empty log message ***
Diffstat (limited to 'python/lasso.py')
-rw-r--r--python/lasso.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/lasso.py b/python/lasso.py
index 009bb867..8f6df7c1 100644
--- a/python/lasso.py
+++ b/python/lasso.py
@@ -874,6 +874,9 @@ class Login:
def build_request_msg(self):
return lassomod.login_build_request_msg(self)
+ def handle_request_msg(self, request_msg):
+ return lassomod.login_handle_request_msg(self, request_msg)
+
def init_authn_request(self, remote_providerID):
return lassomod.login_init_authn_request(self, remote_providerID)