Commit Graph

19 Commits

Author SHA1 Message Date
Benjamin Dauvergne 7231771856 All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF code
* nearly all C files: change includes for relative paths.
 * lasso/id-wsf/id_wsf.h, lasso/id-wsf-2.0/id_wsf_2.h: add top level
   public include files for ID-WSF 1.0 and ID-WSF 2.0.
 * lasso/id-ff/server.*, lasso/id-ff/session.*, lasso/id-ff/identity.*:
   remove most of the code related to ID-WSF and push into
   lasso/id-wsf/id_ff_extensions.* and lasso/id-wsf-2.0/identity.c,
   lasso/id-wsf-2.0/server.c, lasso/id-wsf-2.0/session.c.
 * lasso/id-wsf-2.0/saml2_login.c,
   lasso/id-wsf-2.0/saml2_login_private.h: same change but for ID-WSF
   2.0 support in SAML2 SSO profile.
2009-08-26 15:14:32 +00:00
Benjamin Dauvergne 9ed0670e48 * Remove ending blanks 2008-09-12 15:06:58 +00:00
Benjamin Dauvergne 207891ff29 * Fix blanks mismatch (space in *.c and *h files or tabs in *.py files) and formatting 2008-08-05 14:53:29 +00:00
Damien Laniel 928a079a16 fixed setting of resource offering datas into a data service 2007-09-18 17:08:11 +00:00
Damien Laniel 4fc6657e0c updated Copyright dates in all files 2007-05-30 17:17:45 +00:00
Frédéric Péters 4adc5b5847 renamed ProfileService to DataService 2005-08-25 07:19:27 +00:00
Frédéric Péters edfce42f46 cleaned up PersonalProfileService 2005-08-12 16:32:05 +00:00
Frédéric Péters 3d77fb20f4 idwsf/pp on the attribute provider side; sth like
service = lasso.ProfileService(server)
service.processQueryMsg(soap_message)
identity = get_from(service.request.resourceId)
service.resourceData = identity.convert_to_pp_xml()
2005-08-12 11:41:58 +00:00
Nicolas Clapies e2aadc4039 Added getEmail() method in LassoPersonalProfile class. 2005-08-05 15:30:01 +00:00
Nicolas Clapies ebdcb2068b Added class LassoPersonalProfile. It allows to load a xml doc representing PP data and to process query requests. Need to complete WSC PP part. 2005-08-04 22:23:24 +00:00
Nicolas Clapies 6920717ade Removed specific class LassoPersonalProfileService. Added generic web service class LassoProfileService. 2005-01-13 13:10:01 +00:00
Nicolas Clapies 163b379b6e Added missing headers. 2004-12-22 22:09:14 +00:00
Nicolas Clapies 45cffc9121 Fixed method declarations : lasso_personal_profile_service_process_query_msg() and lasso_personal_profile_service_process_query_msg_response(). 2004-12-20 16:14:27 +00:00
Nicolas Clapies 22d04e57d8 Reordered function declarations. Added check of server param. 2004-12-15 13:47:06 +00:00
Nicolas Clapies 6ed1fbe7be Added support of modify request from a SP to AP : updated element's class in level 1 (Modify and ModifyResponse) and implemented modify request in level 2 id wsf. 2004-12-15 13:12:56 +00:00
Frédéric Péters 34e10f1d7f fixed some missing or wrong prototype declarations 2004-12-14 21:10:28 +00:00
Nicolas Clapies 5e6fc3c044 Added lasso_personal_profile_service_add_data() method : it allows to add response elements corresponding to the requested attribute values. 2004-12-10 17:11:26 +00:00
Nicolas Clapies b914dd3d15 Updated lasso_personal_profile_service_init_query() method : now it takes a LassoDiscoResourceOffering* resourceOfferring, a LassoDiscoDescription* description and a char* select, init a Query object, set the soap url from ResourceOffering, and return a QueryItem* to optionaly set attributes. Now it is possible to add extra QueryItems with lasso_personal_profile_service_add_query_item(). It returns the new QueryItem'pointer to set optional attributes; 2004-12-10 14:29:04 +00:00
Nicolas Clapies 1e84f9e9e0 Initial version : class to manage Personal profile service. Currently, only support initiating, processing and building of Query and QueryResponse messages. 2004-12-07 15:18:40 +00:00