diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-04 09:14:54 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-04 09:14:54 +0000 |
| commit | e6748141896b172ac0e35fad2ccbfa033f34f031 (patch) | |
| tree | 390681e3c34f2dcb080145f3c76bfe009a1a6da3 /docs/reference | |
| parent | 78dd2ec1f86888539b9e19e649fe74d531477211 (diff) | |
| download | lasso-e6748141896b172ac0e35fad2ccbfa033f34f031.tar.gz lasso-e6748141896b172ac0e35fad2ccbfa033f34f031.tar.xz lasso-e6748141896b172ac0e35fad2ccbfa033f34f031.zip | |
ID-WSF 2.0: add files soap_binding.c, soap_binding.h
* lasso/id-wsf-2.0/Makefile.am
- reference new source files in Makefile.am
* lasso/id-wsf-2.0/soap_binding.c
* lasso/id-wsf-2.0/soap_binding.h:
- add extraction functions lasso_soap_envelope_sb2_get_provider_id,
lasso_soap_envelope_sb2_get_redirect_request_url,
lasso_soap_envelope_sb2_get_target_identity_header,
lasso_soap_envelope_add_action and lasso_soap_envelope_get_action.
- add SOAP security headers accessors
- add lasso_soap_envelope_get_saml2_security_token which simplify
retrieving a SAML 2.0 assertion used as a WS-Security token.
complete documentation of other functions.
* docs/reference/lasso/lasso-sections.txt:
- reference the new functions in a new section soap_binding2
* docs/reference/lasso/lasso-docs.sgml:
- add new section soap_binding2
ID-WSF 2.0: in soap_binding.{c,h}: add function
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/lasso/lasso-docs.sgml | 1 | ||||
| -rw-r--r-- | docs/reference/lasso/lasso-sections.txt | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/reference/lasso/lasso-docs.sgml b/docs/reference/lasso/lasso-docs.sgml index c14bc133..429046ae 100644 --- a/docs/reference/lasso/lasso-docs.sgml +++ b/docs/reference/lasso/lasso-docs.sgml @@ -351,6 +351,7 @@ the <ulink url="http://lasso.entrouvert.org/license">GNU General Public License< </chapter> <chapter id="idwsf2"> <title>ID-WSF 2.0</title> + <xi:include href="xml/soap_binding2.xml"/> <xi:include href="xml/id_wsf_2_0_discovery.xml"/> <xi:include href="xml/id_wsf_2_0_data_service.xml"/> <xi:include href="xml/id_wsf_2_0_profile.xml"/> diff --git a/docs/reference/lasso/lasso-sections.txt b/docs/reference/lasso/lasso-sections.txt index 38234e07..a9d8fea0 100644 --- a/docs/reference/lasso/lasso-sections.txt +++ b/docs/reference/lasso/lasso-sections.txt @@ -6035,3 +6035,11 @@ lasso_get_prefix_for_dst_service_href lasso_profile_is_saml_query lasso_provider_saml2_node_encrypt </SECTION> + +<SECTION> +<FILE>soap_binding2</FILE> +<TITLE>SOAP Binding utility function for ID-WSF 2.0</TITLE> +lasso_soap_envelope_sb2_get_provider_id +lasso_soap_envelope_sb2_get_redirect_request_url +lasso_soap_envelope_sb2_get_target_identity_header +</SECTION> |
