diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-21 12:44:33 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-21 12:44:33 +0000 |
| commit | 1d7b3791454b797bfd8d5dc72600b6932a16552d (patch) | |
| tree | 4081f2bb056518fbe6974c9df7f68ba8e7cb7041 /python/lasso.py | |
| parent | ddf6dd5516e6dbf778968c7fd97ba094c115d36b (diff) | |
| download | lasso-1d7b3791454b797bfd8d5dc72600b6932a16552d.tar.gz lasso-1d7b3791454b797bfd8d5dc72600b6932a16552d.tar.xz lasso-1d7b3791454b797bfd8d5dc72600b6932a16552d.zip | |
add list of identity provider id in user environ
Diffstat (limited to 'python/lasso.py')
| -rw-r--r-- | python/lasso.py | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
