summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-26 20:59:26 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-26 20:59:26 +0000
commit1e581e05b75241c915b2505bcc6216027f51091a (patch)
tree922895ace4eed93cc57c82c3acdf424f38cd0726 /docs
parent7d786e27bf395240281856fd1ffa9f1a4a0eee41 (diff)
downloadlasso-1e581e05b75241c915b2505bcc6216027f51091a.tar.gz
lasso-1e581e05b75241c915b2505bcc6216027f51091a.tar.xz
lasso-1e581e05b75241c915b2505bcc6216027f51091a.zip
ID-WSF 1.0 & 2.0: complete lasso-sections.txt, add internal API to access SOAP headers, complete WS-Addressing support
* docs/reference/lasso/lasso-sections.txt: complete documentation of LassoSoapEnvelope and LassoSoapFault with ID-WSF additions. * lasso/id-wsf-2.0/profile.c lasso/id-wsf-2.0/soap_binding.c lasso/id-wsf-2.0/soap_binding.h: add internal function _get_node and _get_header to simplify implementation of accessors for headers. change signature of lasso_soap_envelope_get_message_id and add new function lasso_soap_envelope_get_relates_to. update call points. add a message id when building a SOAP message. * lasso/xml/idwsf_strings.h: add element name for MessageID and RelatesTo WS-Addressing elements. * lasso/id-wsf/authentication.c lasso/id-wsf/data_service.c lasso/id-wsf/discovery.c lasso/id-wsf/wsf_profile.c lasso/id-wsf-2.0/saml2_login.c lasso/xml/disco_description.c: fix path name of header lasso/id-wsf/wsf_utils.h. make all internal include path relatives.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/lasso/lasso-sections.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/reference/lasso/lasso-sections.txt b/docs/reference/lasso/lasso-sections.txt
index 8148ca17..7aa8647f 100644
--- a/docs/reference/lasso/lasso-sections.txt
+++ b/docs/reference/lasso/lasso-sections.txt
@@ -1312,6 +1312,9 @@ LASSO_SAML_SUBJECT_STATEMENT_GET_CLASS
LassoSoapFault
lasso_soap_fault_new
lasso_soap_fault_new_from_message
+<SUBSECTION SoapBinding>
+lasso_soap_fault_add_to_detail
+lasso_soap_fault_get_detail
<SUBSECTION Standard>
LASSO_SOAP_FAULT
LASSO_IS_SOAP_FAULT
@@ -2435,6 +2438,21 @@ LASSO_SOAP_DETAIL_GET_CLASS
LassoSoapEnvelope
lasso_soap_envelope_new
lasso_soap_envelope_new_from_message
+<SUBSECTION SoapBinding>
+lasso_soap_envelope_add_action
+lasso_soap_envelope_add_security_token
+lasso_soap_envelope_add_to_body
+lasso_soap_envelope_get_action
+lasso_soap_envelope_get_body_content
+lasso_soap_envelope_get_message_id
+lasso_soap_envelope_get_relates_to
+lasso_soap_envelope_get_saml2_security_token
+lasso_soap_envelope_get_sb2_user_interaction_hint
+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_set_sb2_user_interaction_hint
+lasso_soap_envelope_wssec_get_security_header
<SUBSECTION Standard>
LASSO_SOAP_ENVELOPE
LASSO_IS_SOAP_ENVELOPE