summaryrefslogtreecommitdiffstats
path: root/python/examples/logout.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed obsolete logout method load_from_dump.Emmanuel Raviart2004-07-261-2/+2
| | | | | | | | Upgraded some residual calls to login_new & logout_new. Updated Java binding. Java unit test works (and C too, but Python still doesn't).
* update of exampleNicolas Clapies2004-07-261-2/+11
|
* fixed tabulations in python files (oh the horror; they were mixed with spaceFrederic Peters2004-07-251-6/+6
| | | | | indendations). Also installed a test on commits to catch this (and check xml files)
* fix the problem of setting the user environ in SOAP method :Nicolas Clapies2004-07-251-4/+9
| | | | | | | | | | | | | the problem : process_request_msg needs usr environ to verify federation and authentication. a solution : first load the request msg get the name identifier of the request find the user dump from the name identifier and load it in logout object process the request see python/examples/logout.py for the methods.
* update of logout with better support of propagation from idpNicolas Clapies2004-07-231-34/+47
|
* Nearly completed Python & Java first non-regression test for login.Emmanuel Raviart2004-07-221-1/+1
| | | | | | | | | | But Java test doesn't work: java.lang.UnsatisfiedLinkError: libjlasso: not found Adding its directory to LD_LIBRARY_PATH may help. at LoginTest.main (LoginTest.java:165) And I don't understand why. Please professor, help me!
* update of logout example with test of the request soapNicolas Clapies2004-07-221-7/+11
|
* add list of identity provider id in user environNicolas Clapies2004-07-211-2/+2
|
* update internal code to use new_from_export styleNicolas Clapies2004-07-201-7/+19
|
* add class User, update class Logout, update example logout.pyNicolas Clapies2004-07-131-42/+33
|
* initial versionNicolas Clapies2004-05-111-0/+53