summaryrefslogtreecommitdiffstats
path: root/python/examples
Commit message (Collapse)AuthorAgeFilesLines
* Removed obsolete Python sample code.Emmanuel Raviart2005-01-269-446/+0
|
* SWIG: Renamed constants from camelCase to UPPER_CASE.Emmanuel Raviart2005-01-224-22/+22
|
* Renamed load_notification_msg to process_notification msg, renamed ↵Nicolas Clapies2004-08-061-10/+6
| | | | process_request to validate_request, added some goto for code error, little update of the code style, updated examples
* - Replaced some charPtrConst_wrap() calls by charPtr_wrap()Valery Febvre2004-08-021-0/+3
| | | | | | - Added GPtrArray_wrap() function to wrap GPtrArray into Python list. - Added session_getattr() function, we can get now providerIDs and is_dirty properties of Session objects.
* Check that Lasso is inited and shotdown only once.Emmanuel Raviart2004-08-027-13/+0
| | | | | | | | | | Lasso Python modules now calls init() at first import (I need this behaviour, because I have several "import lasso" in Expression and I don't know which one will be called first and I don't want to do something like: import lasso if not lasso.inited: lasso.init() ).
* update of federation terminationNicolas Clapies2004-07-271-25/+26
|
* remove the second param of lasso.Login.newNicolas Clapies2004-07-261-4/+4
|
* fix a bug in python binding user_add_assertion : give obj of python ↵Nicolas Clapies2004-07-261-0/+8
| | | | assertion, add a copy of assertion in lasso_add_assertion ( not sure, but assertion should be copied )
* 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).
* remove logout-from-idp.py, only logout.py is usefulNicolas Clapies2004-07-262-58/+0
|
* update of exampleNicolas Clapies2004-07-261-2/+11
|
* fixed tabulations in python files (oh the horror; they were mixed with spaceFrederic Peters2004-07-254-16/+16
| | | | | 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-232-35/+50
|
* 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!
* ignore Makefile.in, Makefile, .deps and .libs under python/Frederic Peters2004-07-221-0/+2
|
* usage of pkg-config to get library information in configure; automake for theFrederic Peters2004-07-221-0/+9
| | | | python module;
* update of logout example with test of the request soapNicolas Clapies2004-07-221-7/+11
|
* *** empty log message ***Nicolas Clapies2004-07-211-0/+2
|
* *** empty log message ***Nicolas Clapies2004-07-211-1/+1
|
* update of federation termination notificationNicolas Clapies2004-07-211-8/+4
|
* *** empty log message ***Nicolas Clapies2004-07-211-6/+6
|
* add list of identity provider id in user environNicolas Clapies2004-07-213-6/+6
|
* *** empty log message ***Nicolas Clapies2004-07-203-33/+30
|
* update internal code to use new_from_export styleNicolas Clapies2004-07-201-7/+19
|
* update federation terminationNicolas Clapies2004-07-191-9/+36
|
* *** empty log message ***Nicolas Clapies2004-07-181-1/+21
|
* *** empty log message ***Nicolas Clapies2004-07-162-0/+71
|
* UpdateValery Febvre2004-07-151-2/+1
|
* add class User, update class Logout, update example logout.pyNicolas Clapies2004-07-131-42/+33
|
* Use constant instead of integer.Emmanuel Raviart2004-07-131-1/+1
|
* *** empty log message ***Valery Febvre2004-07-131-3/+0
|
* Yet another very important correction.Emmanuel Raviart2004-07-131-1/+1
|
* Corrected typo.Emmanuel Raviart2004-07-131-1/+1
|
* *** empty log message ***Valery Febvre2004-07-131-1/+1
|
* *** empty log message ***Valery Febvre2004-07-131-1/+1
|
* *** empty log message ***Valery Febvre2004-07-121-1/+4
|
* *** empty log message ***Valery Febvre2004-07-121-7/+7
|
* *** empty log message ***Valery Febvre2004-07-111-0/+16
|
* *** empty log message ***Valery Febvre2004-07-111-0/+20
|
* *** empty log message ***Valery Febvre2004-07-101-2/+34
|
* *** empty log message ***Valery Febvre2004-07-101-0/+32
|
* *** empty log message ***Valery Febvre2004-05-251-34/+46
|
* some updateValery Febvre2004-05-131-7/+14
| | | | more comments
* add registration python exampleNicolas Clapies2004-05-131-0/+51
|
* c example for federation termination notificationNicolas Clapies2004-05-111-12/+0
|
* name identifier mapping response low class binding and, examples ...Nicolas Clapies2004-05-111-0/+38
|
* initial versionNicolas Clapies2004-05-112-0/+88
|
* *** empty log message ***Valery Febvre2004-05-091-6/+6
|
* *** empty log message ***Valery Febvre2004-05-061-14/+10
|