summaryrefslogtreecommitdiffstats
path: root/swig
Commit message (Collapse)AuthorAgeFilesLines
...
* commented out an usused function to fix another swig warningDamien Laniel2007-07-021-8/+10
|
* cleaned methods definitions to fix swig warningsDamien Laniel2007-07-024-84/+60
|
* fixed a swig warning in LassoServerDamien Laniel2007-07-021-1/+1
|
* fixed swig warnings for ID-WSF 1Damien Laniel2007-07-021-11/+22
|
* removed no more existing methods from id-wsf 1 swig bindingsDamien Laniel2007-07-021-4/+0
|
* moved type attribute which isn't heritedDamien Laniel2007-07-021-7/+7
|
* added service.queryItems + some attributes initialisation and destructionDamien Laniel2007-07-021-0/+7
|
* added lasso.SOAP_FAULT_REDIRECT_REQUEST eception when WSP needs user consent ↵Damien Laniel2007-06-291-0/+7
| | | | + service.redirectUrl
* added initRedirectUserForConsentDamien Laniel2007-06-291-1/+6
|
* fixed class hierarchy, with ID-WSF 2 specific stuffs going intoFrederic Peters2007-06-191-4/+4
| | | | LassoIdWsf2Profile (which now inherits from LassoProfile).
* moved soap_envelope_request and soap_envelope_response to ProfilePrivate to ↵Damien Laniel2007-06-181-18/+0
| | | | avoid ABI breackage
* use nameIdentifier attribute of LassoProfile for IdWsf2 profilesDamien Laniel2007-06-131-10/+14
|
* removed IdWsf2Profile and use LassoProfile insteadDamien Laniel2007-06-131-73/+74
|
* renamed Wsf2Profile to IdWsf2ProfileDamien Laniel2007-06-131-62/+62
|
* changed buildQueryResponseMsg to parseQueryItems + buildResponseMsgDamien Laniel2007-06-131-2/+2
|
* changed buildQueryResponseMsg to buildQueryResponseEprs + buildResponseMsgDamien Laniel2007-06-131-2/+2
|
* better error handling + some refactoringDamien Laniel2007-06-131-2/+40
|
* removed a duplicateDamien Laniel2007-06-131-2/+1
|
* split lasso_idwsf2_discovery_process_query_msg for the SP to get the name_id ↵Damien Laniel2007-06-121-0/+5
| | | | and load the identity dump in between
* fixed LassoIdWsf2DiscoSvcMetadata binding constructorFrederic Peters2007-06-091-1/+1
|
* removed useless arguments for ↵Damien Laniel2007-06-081-1/+1
| | | | lasso_idwsf2_discovery_init_metadata_association_add
* removed lasso_idwsf2_data_service_get_personal_profile_emailDamien Laniel2007-06-081-4/+0
|
* added lasso_idwsf2_discovery_metadata_register_self and ↵Damien Laniel2007-06-081-2/+11
| | | | lasso_idwsf2_data_service_get_personal_profile_email
* added lasso_idwsf2_data_service_get_attribute_stringDamien Laniel2007-06-071-0/+4
|
* added lasso_idwsf2_data_service_get_attribute_nodeDamien Laniel2007-06-071-0/+5
|
* DST processQueryResponseMsgDamien Laniel2007-06-061-1/+6
|
* added service.data and lasso_idwsf2_data_service_build_query_response_msgDamien Laniel2007-06-051-0/+20
|
* added dst profile registrationDamien Laniel2007-06-052-2/+20
|
* returned objects must go through the binding; fix ID-WSF2 disco.getServiceFrederic Peters2007-06-041-1/+3
|
* swig binding for some ID WSF 2 functions + changed some typesDamien Laniel2007-06-041-9/+122
|
* updated Copyright dates in all filesDamien Laniel2007-05-309-9/+9
|
* added LassoIdentity_getSvcMDIDs method to swigDamien Laniel2007-05-091-14/+13
|
* replaced svcMDs with svcMDIDs in identity and moved EPRs from identity to ↵Damien Laniel2007-05-081-14/+14
| | | | session
* also keep lasso prefix in PHP5 bindingFrederic Peters2007-05-0858-723/+731
|
* changed function names to match binding function namesDamien Laniel2007-05-031-2/+2
|
* changed registerMetadata prototype + small fixesDamien Laniel2007-05-031-1/+1
|
* split processMetadataAssociationAddMsg into processMetadataAssociationAddMsg ↵Damien Laniel2007-05-031-0/+13
| | | | + registerMetadata - new API
* SNIPPET_LIST_NODES can now host LassoMiscTextNode, also useful now to directlyFrederic Peters2007-05-021-0/+1
| | | | embed a text element (instead of a node with a text element as content)
* whitespace cleaningFrederic Peters2007-05-021-11/+11
|
* binding for LassoLogin->assertionFrederic Peters2007-05-021-0/+3
|
* binding for LassoMiscTextNodeFrederic Peters2007-05-022-0/+44
|
* added id-wsf 2.0 request types + added a missing includeDamien Laniel2007-04-251-0/+8
|
* removed const warning from gccDamien Laniel2007-04-251-1/+1
|
* new server.addServiceFromDump method, and extended addService to work for bothFrederic Peters2007-04-251-0/+5
| | | | | | id-wsf 1 and 2; also necessary to add quick hack in new_from_xmlnode to map SvcMD to SvcMetadata.
* fill profile->request in init_metadata_register + added soap_endpoint parameterDamien Laniel2007-04-251-1/+2
|
* added getSvcMetadatas method to lasso.Identity, to bindFrederic Peters2007-04-241-0/+17
| | | | lasso_identity_get_svc_metadatas().
* coding style fixesDamien Laniel2007-04-241-1/+0
|
* implemented discovery queryDamien Laniel2007-04-242-83/+25
|
* identity + session in discovery + SvcMDAssociationAddDamien Laniel2007-04-161-0/+58
|
* new StringDict to map GHashTable of strings to a structure similar to a pythonFrederic Peters2007-04-141-6/+68
| | | | dictionary (necessary to support mapping of "any" attributes)