diff options
author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-05-11 16:50:55 +0000 |
---|---|---|
committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-05-11 16:50:55 +0000 |
commit | c2540f82e9f2ae39ff88f77d3a92a82f408328fa (patch) | |
tree | 1c2f0418f8833d2f979bfa0dcf52ee8a2b8b684a /python/examples/defederation.py | |
parent | 1c046dbd78cb7e3b611eeeb28170b593278f9e79 (diff) | |
download | lasso-c2540f82e9f2ae39ff88f77d3a92a82f408328fa.tar.gz lasso-c2540f82e9f2ae39ff88f77d3a92a82f408328fa.tar.xz lasso-c2540f82e9f2ae39ff88f77d3a92a82f408328fa.zip |
c example for federation termination notification
Diffstat (limited to 'python/examples/defederation.py')
-rw-r--r-- | python/examples/defederation.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/python/examples/defederation.py b/python/examples/defederation.py index 6c9d1b69..82805097 100644 --- a/python/examples/defederation.py +++ b/python/examples/defederation.py @@ -6,18 +6,6 @@ import lasso lasso.init() -## print -## print 'Build LogoutRequest ...' -## req = lasso.LogoutRequest.new("http://providerid.com", "CDSC7SCD6SSDJCSCKSDKCDSCLSD", "http://qualifier.com", "federated") -## soap = req.soap_envelop() -## req2 = lasso.LogoutRequest.new_from_soap(soap) - -## print -## print 'Rebuild LogoutRequest from soap message ...' -## req2.dump() -## query = req2.url_encode(1, 'rsakey.pem') -## print 'query : ', query - notification = lasso.FederationTerminationNotification.new("http://providerid.com", "CDSC7SCD65SCDSDCCDS", "http://qualifier.com", "federated") |