summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* acknowledge new lasso_sec_ category, only used for wsf.Frederic Peters2005-09-272-2/+4
|
* fixed typoFrederic Peters2005-09-271-1/+1
|
* Added missing wsf_profile_private.h. fixed error while attempting to include ↵Nicolas Clapies2005-09-272-1/+40
| | | | non existing private header discovery_private.h
* Updated binding for new optional security mecanism parameter.Nicolas Clapies2005-09-271-7/+4
|
* Discovery and DataSerivice can pass X509 authentication mecanism if needed.Nicolas Clapies2005-09-274-32/+45
|
* Added X509 authentication mecanism.Nicolas Clapies2005-09-272-50/+370
|
* Added private method lasso_provider_get_public_key() to get public key info.Nicolas Clapies2005-09-262-0/+7
|
* Added private method.Nicolas Clapies2005-09-201-0/+2
|
* Ordered methods.Nicolas Clapies2005-09-201-32/+31
|
* lasso_data_service_add_credential() is not a public method.Nicolas Clapies2005-09-201-3/+0
|
* lasso_discovery_build_credential() is not a plublic method.Nicolas Clapies2005-09-201-3/+0
|
* lasso_discovery_build_credential() adds AuthenticationStatemet element in ↵Nicolas Clapies2005-09-201-7/+42
| | | | Assertion.
* Fixed code typing.Nicolas Clapies2005-09-191-2/+1
|
* Added optional param security_mech_id for wsf methods.Nicolas Clapies2005-09-191-7/+7
|
* First attempt to implement authentication security mechanism. Only SAML is ↵Nicolas Clapies2005-09-197-42/+262
| | | | implemented and it needs improvement.
* Added id attribute in Body element.Nicolas Clapies2005-09-192-0/+3
|
* Fixed snippet definition of Credentials object.Nicolas Clapies2005-09-191-1/+1
|
* Added compilation of resource access statement.Nicolas Clapies2005-09-191-0/+2
|
* Added security namespace for resource access statement.Nicolas Clapies2005-09-191-0/+3
|
* Added ResourceAccessStatement element from wsf Security.Nicolas Clapies2005-09-192-0/+185
|
* getOfferings without parameters will return all of themFrederic Peters2005-09-162-5/+4
|
* disabled c# support for the time beingFrederic Peters2005-09-121-8/+5
|
* generation of lasso.types so it only includes wsf classes if wsf is compiledFrederic Peters2005-09-122-4/+20
| | | | in.
* updated java noteFrederic Peters2005-09-121-2/+4
|
* erroneously disabled symbols.symFrederic Peters2005-09-111-3/+2
|
* possibility to register new dst services.Frederic Peters2005-09-1110-53/+88
|
* data_service_init_query may be called without parameters.Frederic Peters2005-09-104-7/+27
|
* lasso_data_service_get_answer() : verify response->Data is not NULL before ↵Nicolas Clapies2005-09-071-0/+4
| | | | accessing it.
* lasso_discovery_get_resource_offering_auto() : verify ↵Nicolas Clapies2005-09-071-0/+4
| | | | LASSO_WSF_PROFILE(discovery)->session is not NULL before looking for a resource offering.
* Fixed typing code error.Nicolas Clapies2005-09-061-1/+1
|
* Updated ignored java files.Nicolas Clapies2005-09-061-1/+21
|
* Removed XmlNode binding in swig. Not used anymore.Nicolas Clapies2005-09-061-66/+0
|
* Added lasso_discovery_get_services() method documentationNicolas Clapies2005-09-062-4/+5
|
* Missing attributes in the last commit.Nicolas Clapies2005-09-051-0/+4
|
* Added attributes provider_id and abstract_description in lassoDataService.Nicolas Clapies2005-09-053-1/+22
|
* Added method lasso_discovery_get_services() : it returns a list of available ↵Nicolas Clapies2005-09-053-0/+48
| | | | services offering resource of principal.
* Updated lasso_discovery_build_modify_response_msg() : now it sets status ↵Nicolas Clapies2005-09-053-11/+46
| | | | code to OK only if every remove entry are possible.
* Added lasso_discovery_get_service_with_providerId()..Nicolas Clapies2005-08-293-0/+47
|
* Splitted existing Lasso-wsf.i in several files for eache wsf namespace ↵Nicolas Clapies2005-08-296-3309/+3448
| | | | (disco, dst, sa, is, soap)
* check the query response is of the correct typeFrederic Peters2005-08-261-1/+4
|
* new modify things for LassoPersonalProfileFrederic Peters2005-08-251-4/+7
|
* complete last commit.Nicolas Clapies2005-08-251-0/+46
|
* Now an AP can process a Modify request and return an updated data resource ↵Nicolas Clapies2005-08-253-6/+13
| | | | to application.
* added getAnswerForItemId bindingFrederic Peters2005-08-251-0/+8
|
* restore prefix and href for dst:Modify and dst:ModifyResponseFrederic Peters2005-08-256-10/+60
|
* Updated lasso_data_service_init_modify(). Now it takes a select (a String ↵Nicolas Clapies2005-08-254-12/+22
| | | | type) and a String xml as parameters.
* added lasso_data_service_get_answer_for_item_idFrederic Peters2005-08-251-0/+1
|
* added missing ;Frederic Peters2005-08-251-1/+1
|
* added lasso_data_service_get_answer_for_item_idFrederic Peters2005-08-252-7/+49
|
* marks public structure memebers in LassoDiscovery and LassoDataServiceFrederic Peters2005-08-252-0/+2
|