From aa4af2d1096e8f54edfc221863a02c4d6750e464 Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Fri, 16 Jul 2004 11:02:04 +0000 Subject: *** empty log message *** --- python/lasso.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'python/lasso.py') 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 -- cgit