From f3313501182025fda30c16d7d53516e4b57061df Mon Sep 17 00:00:00 2001 From: Damien Laniel Date: Thu, 22 Jan 2009 17:18:07 +0000 Subject: added documentation sections for ID-WSF 2.0 Discovery and DataService --- docs/reference/lasso-sections.txt | 60 ++++++++++++++++++++++++++++++++++++++- docs/reference/lasso.sgml | 5 ++++ 2 files changed, 64 insertions(+), 1 deletion(-) (limited to 'docs/reference') diff --git a/docs/reference/lasso-sections.txt b/docs/reference/lasso-sections.txt index 72158ad6..d949f3ac 100644 --- a/docs/reference/lasso-sections.txt +++ b/docs/reference/lasso-sections.txt @@ -1048,7 +1048,6 @@ LASSO_SAML_SUBJECT_STATEMENT_GET_CLASS LassoDiscovery LassoDiscovery lasso_discovery_new -lasso_discovery_destroy lasso_discovery_add_requested_service_type lasso_discovery_build_modify_response_msg lasso_discovery_build_response_msg @@ -1093,6 +1092,65 @@ LASSO_IS_DATA_SERVICE_CLASS LASSO_DATA_SERVICE_GET_CLASS +
+idwsf2_discovery +LassoIdWsf2Discovery +LassoIdWsf2Discovery +lasso_idwsf2_discovery_new +lasso_idwsf2_discovery_destroy +lasso_idwsf2_discovery_metadata_register_self +lasso_idwsf2_discovery_init_metadata_register +lasso_idwsf2_discovery_process_metadata_register_msg +lasso_idwsf2_discovery_process_metadata_register_response_msg +lasso_idwsf2_discovery_init_metadata_association_add +lasso_idwsf2_discovery_process_metadata_association_add_msg +lasso_idwsf2_discovery_register_metadata +lasso_idwsf2_discovery_process_metadata_association_add_response_msg +lasso_idwsf2_discovery_init_query +lasso_idwsf2_discovery_add_requested_service_type +lasso_idwsf2_discovery_process_query_msg +lasso_idwsf2_discovery_build_query_response_eprs +lasso_idwsf2_discovery_process_query_response_msg +lasso_idwsf2_discovery_get_service + +LASSO_IDWSF2_DISCOVERY +LASSO_IS_IDWSF2_DISCOVERY +LASSO_TYPE_IDWSF2_DISCOVERY +LASSO_DISCOVERY_CLASS +LASSO_IS_DISCOVERY_CLASS +LASSO_DISCOVERY_GET_CLASS +
+ +
+idwsf2_data_service +LassoIdWsf2DataService +LassoIdWsf2DataService +lasso_idwsf2_data_service_new +lasso_idwsf2_data_service_new_full +lasso_idwsf2_data_service_init_query +lasso_idwsf2_data_service_add_query_item +lasso_idwsf2_data_service_process_query_msg +lasso_idwsf2_data_service_parse_query_items +lasso_idwsf2_data_service_process_query_response_msg +lasso_idwsf2_data_service_get_attribute_nodes +lasso_idwsf2_data_service_get_attribute_node +lasso_idwsf2_data_service_get_attribute_strings +lasso_idwsf2_data_service_get_attribute_string +lasso_idwsf2_data_service_init_redirect_user_for_consent +lasso_idwsf2_data_service_init_modify +lasso_idwsf2_data_service_add_modify_item +lasso_idwsf2_data_service_process_modify_msg +lasso_idwsf2_data_service_parse_modify_items +lasso_idwsf2_data_service_process_modify_response_msg + +LASSO_IDWSF2_DATA_SERVICE +LASSO_IS_IDWSF2_DATA_SERVICE +LASSO_TYPE_IDWSF2_DATA_SERVICE +LASSO_IDWSF2_DATA_SERVICE_CLASS +LASSO_IS_IDWSF2_DATA_SERVICE_CLASS +LASSO_IDWSF2_DATA_SERVICE_GET_CLASS +
+
saml2_action LassoSaml2Action diff --git a/docs/reference/lasso.sgml b/docs/reference/lasso.sgml index af80ff79..9723d907 100644 --- a/docs/reference/lasso.sgml +++ b/docs/reference/lasso.sgml @@ -60,6 +60,8 @@ + + @@ -248,6 +250,9 @@ the GNU General Public License< &LassoDiscovery; &LassoDataService; + &LassoIdWsf2Discovery; + &LassoIdWsf2DataService; + -- cgit