summaryrefslogtreecommitdiffstats
path: root/python/lasso.py
Commit message (Collapse)AuthorAgeFilesLines
* Added attributes request, request_type, response, response_type to Lecp inEmmanuel Raviart2004-08-071-1/+15
| | | | Python binding. Close bug #247.
* Reversed error sign convention for Python binding.Emmanuel Raviart2004-08-061-4/+4
|
* Corrected error in Error.Emmanuel Raviart2004-08-061-1/+1
|
* Renamed load_notification_msg to process_notification msg, renamed ↵Nicolas Clapies2004-08-061-8/+8
| | | | process_request to validate_request, added some goto for code error, little update of the code style, updated examples
* Python binding now raises exceptions instead of returning error codes.Emmanuel Raviart2004-08-041-56/+142
| | | | Close bug #237.
* Slightly improved exception handling in Python.Emmanuel Raviart2004-08-041-59/+200
|
* update of lecp python bindingNicolas Clapies2004-08-041-13/+13
|
* Removed the 'identity' arg in lasso_login_new_from_dump() methodValery Febvre2004-08-041-2/+2
|
* *** empty log message ***Nicolas Clapies2004-08-041-8/+8
|
* In Python, Server.add_provider now returns an error code instead of None.Emmanuel Raviart2004-08-041-2/+2
|
* add request type test for LecpNicolas Clapies2004-08-031-6/+25
|
* - Replaced some charPtrConst_wrap() calls by charPtr_wrap()Valery Febvre2004-08-021-3/+24
| | | | | | - 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-021-0/+15
| | | | | | | | | | 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() ).
* Removed access to attributes identity & session by __getattr__Valery Febvre2004-07-311-8/+0
|
* Python login_tests now works again, although there remains a lasso-CRITICALEmmanuel Raviart2004-07-311-6/+10
| | | | | | | | caused by idpLoginContext.get_identity() (file login_tests.py, line 120): (process:5228): lasso-CRITICAL **: file xml.c: line 64 (lasso_node_copy): assertion LASSO_IS_NODE(node)' failed ERROR
* *** empty log message ***Valery Febvre2004-07-311-7/+16
|
* Removed last profile_context or profileContext.Emmanuel Raviart2004-07-301-2/+2
|
* *** empty log message ***Nicolas Clapies2004-07-301-9/+20
|
* Update endValery Febvre2004-07-301-1/+44
|
* UpdateValery Febvre2004-07-301-34/+33
|
* update of register name identifierNicolas Clapies2004-07-291-61/+21
|
* update of federation terminationNicolas Clapies2004-07-271-14/+14
|
* Removed obsolete logout method load_from_dump.Emmanuel Raviart2004-07-261-3/+0
| | | | | | | | Upgraded some residual calls to login_new & logout_new. Updated Java binding. Java unit test works (and C too, but Python still doesn't).
* *** empty log message ***Valery Febvre2004-07-261-7/+7
|
* Added new ProfileContext classValery Febvre2004-07-261-15/+38
|
* acces to RelayState in logout objectNicolas Clapies2004-07-261-12/+16
|
* fixed tabulations in python files (oh the horror; they were mixed with spaceFrederic Peters2004-07-251-78/+78
| | | | | indendations). Also installed a test on commits to catch this (and check xml files)
* udpate of C lecp, add python lecpNicolas Clapies2004-07-251-4/+57
|
* Added Java LassoUser.getAuthenticationMethodEmmanuel Raviart2004-07-231-1/+1
| | | | | | Python method User.get_authentication_method argument is now optional. Use of this method in non-regression tests.
* Added lasso_user_get_authentication_method()Valery Febvre2004-07-231-4/+7
| | | | Done in Python too.
* update of logout with better support of propagation from idpNicolas Clapies2004-07-231-1/+4
|
* Nearly completed Python & Java first non-regression test for login.Emmanuel Raviart2004-07-221-6/+6
| | | | | | | | | | 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!
* A little more java binding and non-regression tests.Emmanuel Raviart2004-07-221-1/+1
|
* update of logout example with test of the request soapNicolas Clapies2004-07-221-0/+7
|
* Corrected Lasso URL.Emmanuel Raviart2004-07-221-1/+1
|
* Added method set_consent in LibAuthnRequest classValery Febvre2004-07-221-0/+3
|
* *** empty log message ***Nicolas Clapies2004-07-211-8/+6
|
* add list of identity provider id in user environNicolas Clapies2004-07-211-2/+2
|
* allow no param in init_request for class LogoutNicolas Clapies2004-07-211-1/+1
|
* *** empty log message ***Nicolas Clapies2004-07-201-13/+8
|
* *** empty log message ***Nicolas Clapies2004-07-201-0/+57
|
* update federation terminationNicolas Clapies2004-07-191-7/+53
|
* *** empty log message ***Nicolas Clapies2004-07-181-0/+3
|
* *** empty log message ***Nicolas Clapies2004-07-161-3/+3
|
* *** empty log message ***Nicolas Clapies2004-07-161-1/+9
|
* *** empty log message ***Valery Febvre2004-07-151-1/+1
|
* Added method create_user in Login classValery Febvre2004-07-151-4/+8
| | | | + Update
* *** empty log message ***Valery Febvre2004-07-141-2/+2
|
* *** empty log message ***Valery Febvre2004-07-141-6/+9
|
* add class User, update class Logout, update example logout.pyNicolas Clapies2004-07-131-6/+47
|