summaryrefslogtreecommitdiffstats
path: root/python/lasso.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/lasso.py')
-rw-r--r--python/lasso.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/python/lasso.py b/python/lasso.py
index 2ef17ad2..5d886bd1 100644
--- a/python/lasso.py
+++ b/python/lasso.py
@@ -858,8 +858,16 @@ class User:
return lassomod.user_dump(self)
def destroy(self):
- lassomod.server_destroy(self)
+ lassomod.user_destroy(self)
+ def get_assertion(self):
+ pass
+
+ def get_next_providerID(self):
+ return lassomod.user_get_next_providerID(self)
+
+ def remove_assertion(self, providerID):
+ return lassomod.user_remove_assertion(self, providerID)
loginProtocolProfileBrwsArt = 1
loginProtocolProfileBrwsPost = 2