summaryrefslogtreecommitdiffstats
path: root/python/lasso.py
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-04-19 10:16:44 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-04-19 10:16:44 +0000
commit47871da2163c016272749887e422d70829cdc752 (patch)
treeed6fb9ad5be7411ec6d3b7b8fcc083118ee4e129 /python/lasso.py
parent871b0cd4a4a1a62a3d83b20689c593ffba15f421 (diff)
downloadlasso-47871da2163c016272749887e422d70829cdc752.tar.gz
lasso-47871da2163c016272749887e422d70829cdc752.tar.xz
lasso-47871da2163c016272749887e422d70829cdc752.zip
add add_assertion method for Response object
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 a85cd79e..a33589cd 100644
--- a/python/lasso.py
+++ b/python/lasso.py
@@ -227,6 +227,9 @@ class Response:
def init(self, authentication_result):
return lassomod.response_init(self, authentication_result)
+ def add_assertion(self, assertion):
+ return lassomod.response_add_assertion(self, assertion)
+
class Node:
def __init__(self, _obj=None):
"""