From 1d7b3791454b797bfd8d5dc72600b6932a16552d Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Wed, 21 Jul 2004 12:44:33 +0000 Subject: add list of identity provider id in user environ --- python/lasso.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/lasso.py') diff --git a/python/lasso.py b/python/lasso.py index dd8690c9..71e170f8 100644 --- a/python/lasso.py +++ b/python/lasso.py @@ -861,8 +861,8 @@ class User: def get_assertion(self, providerID): return Node(lassomod.user_get_assertion(self, providerID)) - def get_next_providerID(self): - return lassomod.user_get_next_providerID(self) + def get_next_assertion_remote_providerID(self): + return lassomod.user_get_next_assertion_remote_providerID(self) def remove_assertion(self, providerID): lassomod.user_remove_assertion(self, providerID) -- cgit