From e6748141896b172ac0e35fad2ccbfa033f34f031 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 4 Jan 2010 09:14:54 +0000 Subject: 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 --- docs/reference/lasso/lasso-docs.sgml | 1 + docs/reference/lasso/lasso-sections.txt | 8 ++++++++ 2 files changed, 9 insertions(+) (limited to 'docs/reference') 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 GNU General Public License< ID-WSF 2.0 + 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 + +
+soap_binding2 +SOAP Binding utility function for ID-WSF 2.0 +lasso_soap_envelope_sb2_get_provider_id +lasso_soap_envelope_sb2_get_redirect_request_url +lasso_soap_envelope_sb2_get_target_identity_header +
-- cgit