From 02790870291449ae11d86cffd63eb599f1e59b4a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 18 Jan 2010 10:03:54 +0000 Subject: Documentation: distribute stylesheet, fix documentation comments, compelte lasso-sections.txt --- docs/lasso-book/Makefile.am | 2 +- docs/reference/lasso/lasso-sections.txt | 37 ++++++++------------------------- 2 files changed, 10 insertions(+), 29 deletions(-) (limited to 'docs') diff --git a/docs/lasso-book/Makefile.am b/docs/lasso-book/Makefile.am index a4aebf38..2623f788 100644 --- a/docs/lasso-book/Makefile.am +++ b/docs/lasso-book/Makefile.am @@ -31,5 +31,5 @@ endif $(REST2HTML) $? > $@ CLEANFILES = $(SP_DOC_HTML) book.html -EXTRA_DIST = lasso-book.txt $(LASSOBOOK_FILES) $(SP_DOC_FILES) +EXTRA_DIST = lasso-book.txt $(LASSOBOOK_FILES) $(SP_DOC_FILES) default.css diff --git a/docs/reference/lasso/lasso-sections.txt b/docs/reference/lasso/lasso-sections.txt index 9743a627..44aa0927 100644 --- a/docs/reference/lasso/lasso-sections.txt +++ b/docs/reference/lasso/lasso-sections.txt @@ -1,6 +1,5 @@
server -LassoServerPrivate LassoServer LassoServer lasso_server_new @@ -70,12 +69,10 @@ LASSO_NAME_REGISTRATION_GET_CLASS
profile -LassoProfilePrivate -LassoRequestType -LassoProfileSignatureHint LassoProfile LassoProfile lasso_profile_get_request_type_from_soap_msg +LassoRequestType lasso_profile_is_liberty_query lasso_profile_get_identity lasso_profile_get_session @@ -90,6 +87,7 @@ lasso_profile_set_artifact_message lasso_profile_get_server lasso_profile_set_signature_hint lasso_profile_get_signature_hint +LassoProfileSignatureHint LASSO_PROFILE LASSO_IS_PROFILE @@ -102,7 +100,6 @@ LASSO_PROFILE_GET_CLASS
identity -LassoIdentityPrivate LassoIdentity LassoIdentity lasso_identity_new @@ -122,16 +119,10 @@ LASSO_IDENTITY_GET_CLASS
provider -LassoProviderPrivate -LassoHttpMethod -LassoMdProtocolType -LassoProviderRole -LassoProtocolConformance -LassoEncryptionMode -LassoEncryptionSymKeyType LassoProvider LassoProvider lasso_provider_new +LassoProviderRole lasso_provider_new_from_buffer lasso_provider_get_assertion_consumer_service_url lasso_provider_get_metadata_one @@ -139,15 +130,20 @@ lasso_provider_get_metadata_list lasso_provider_new_from_dump lasso_provider_get_first_http_method lasso_provider_accept_http_method +LassoHttpMethod +LassoMdProtocolType lasso_provider_has_protocol_profile lasso_provider_get_base64_succinct_id lasso_provider_get_organization lasso_provider_get_protocol_conformance +LassoProtocolConformance +lasso_provider_get_encryption_mode lasso_provider_set_encryption_mode +LassoEncryptionMode lasso_provider_set_encryption_sym_key_type +LassoEncryptionSymKeyType lasso_provider_verify_single_node_signature lasso_provider_get_default_name_id_format -lasso_provider_get_encryption_mode lasso_provider_get_sp_name_qualifier LASSO_PROVIDER @@ -161,7 +157,6 @@ LASSO_PROVIDER_GET_CLASS
session -LassoSessionPrivate LassoSession LassoSession lasso_session_new @@ -207,7 +202,6 @@ LASSO_LECP_GET_CLASS
login -LassoLoginPrivate LassoLoginProtocolProfile LassoLogin LassoLogin @@ -246,7 +240,6 @@ LASSO_LOGIN_GET_CLASS
federation -LassoFederationPrivate LassoFederation LassoFederation lasso_federation_new @@ -265,7 +258,6 @@ LASSO_FEDERATION_GET_CLASS
logout -LassoLogoutPrivate LassoLogout LassoLogout lasso_logout_new @@ -314,7 +306,6 @@ LASSO_NAME_IDENTIFIER_MAPPING_GET_CLASS
wsf_profile -LassoWsfProfilePrivate LassoWsfProfile LassoWsfProfile lasso_wsf_profile_get_identity @@ -358,7 +349,6 @@ LASSO_WSF_PROFILE_GET_CLASS
authentication -LassoAuthenticationPrivate LassoUserAccount LassoSaslMechanisms LassoAuthentication @@ -385,7 +375,6 @@ LASSO_AUTHENTICATION_GET_CLASS
personal_profile_service -LassoPersonalProfileServicePrivate LassoPersonalProfileService LassoPersonalProfileService lasso_personal_profile_service_new @@ -403,7 +392,6 @@ LASSO_PERSONAL_PROFILE_SERVICE_GET_CLASS
interaction_profile_service -LassoInteractionProfileServicePrivate LassoInteractionProfileService LassoInteractionProfileService lasso_interaction_profile_service_new @@ -422,7 +410,6 @@ LASSO_INTERACTION_PROFILE_SERVICE_GET_CLASS
data_service -LassoDataServicePrivate LassoDataService LassoDataService lasso_data_service_new @@ -451,7 +438,6 @@ LASSO_DATA_SERVICE_GET_CLASS
discovery -LassoDiscoveryPrivate LassoDiscovery LassoDiscovery lasso_discovery_new @@ -5676,7 +5662,6 @@ LASSO_IDWSF2_DSTREF_DATA_RESPONSE_GET_CLASS
ecp -LassoEcpPrivate LassoEcp LassoEcp lasso_ecp_new @@ -5719,7 +5704,6 @@ LASSO_NAME_ID_MANAGEMENT_GET_CLASS
assertion_query -LassoAssertionQueryPrivate LassoAssertionQueryRequestType LassoAssertionQuery LassoAssertionQuery @@ -5743,7 +5727,6 @@ LASSO_ASSERTION_QUERY_GET_CLASS
id_wsf_2_0_data_service -LassoIdWsf2DataServicePrivate LassoIdWsf2DataService LassoIdWsf2DataService lasso_idwsf2_data_service_new @@ -5763,7 +5746,6 @@ LASSO_IDWSF2_DATA_SERVICE_GET_CLASS
id_wsf_2_0_profile -LassoIdWsf2ProfilePrivate LassoIdWsf2Profile LassoIdWsf2Profile lasso_idwsf2_profile_build_request_msg @@ -5781,7 +5763,6 @@ LASSO_IDWSF2_PROFILE_GET_CLASS
id_wsf_2_0_discovery -LassoIdWsf2DiscoveryPrivate LassoIdWsf2Discovery LassoIdWsf2Discovery lasso_idwsf2_discovery_new -- cgit