From 3a5285a58bcd13b8fb86e82fbc8004d4f00c0037 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 30 Dec 2004 14:53:18 +0000 Subject: added some missing functions to documentation --- docs/reference/lasso-sections.txt | 16 ++++++++++++++++ docs/reference/tmpl/login.sgml | 10 ++++++++++ docs/reference/tmpl/profile.sgml | 9 +++++++++ docs/reference/tmpl/session.sgml | 9 +++++++++ 4 files changed, 44 insertions(+) (limited to 'docs/reference') diff --git a/docs/reference/lasso-sections.txt b/docs/reference/lasso-sections.txt index d08d020e..b747d801 100644 --- a/docs/reference/lasso-sections.txt +++ b/docs/reference/lasso-sections.txt @@ -127,6 +127,7 @@ lasso_profile_set_response_status lasso_profile_set_session_from_dump lasso_profile_get_request_type_from_soap_msg lasso_profile_is_liberty_query +lasso_profile_get_nameIdentifier LASSO_PROFILE LASSO_IS_PROFILE @@ -154,6 +155,7 @@ lasso_login_build_authn_response_msg lasso_login_build_request_msg lasso_login_build_response_msg lasso_login_init_authn_request +lasso_login_init_idp_initiated_authn_request lasso_login_init_request lasso_login_must_ask_for_consent lasso_login_must_authenticate @@ -299,6 +301,7 @@ LASSO_LIB_AUTHN_REQUEST_GET_CLASS LassoLibAuthnRequestEnvelope LassoLibAuthnRequestEnvelope lasso_lib_authn_request_envelope_new +lasso_lib_authn_request_envelope_new_full LASSO_LIB_AUTHN_REQUEST_ENVELOPE LASSO_IS_LIB_AUTHN_REQUEST_ENVELOPE @@ -689,11 +692,16 @@ lassoSignatureMethod lasso_node_new lasso_node_new_from_dump lasso_node_new_from_xmlNode +lasso_node_new_from_soap lasso_node_destroy lasso_node_dump lasso_node_export_to_base64 lasso_node_export_to_query lasso_node_export_to_soap +lasso_node_get_xmlNode +lasso_node_init_from_message +lasso_node_init_from_query +lasso_node_init_from_xml lasso_node_verify_signature LASSO_NODE @@ -710,6 +718,7 @@ LASSO_NODE_GET_CLASS LassoLibLogoutRequest LassoLibLogoutRequest lasso_lib_logout_request_new +lasso_lib_logout_request_new_full LASSO_LIB_LOGOUT_REQUEST LASSO_IS_LIB_LOGOUT_REQUEST @@ -725,6 +734,7 @@ LASSO_LIB_LOGOUT_REQUEST_GET_CLASS LassoLibFederationTerminationNotification LassoLibFederationTerminationNotification lasso_lib_federation_termination_notification_new +lasso_lib_federation_termination_notification_new_full LASSO_LIB_FEDERATION_TERMINATION_NOTIFICATION LASSO_IS_LIB_FEDERATION_TERMINATION_NOTIFICATION @@ -740,6 +750,7 @@ LASSO_LIB_FEDERATION_TERMINATION_NOTIFICATION_GET_CLASS LassoLibLogoutResponse LassoLibLogoutResponse lasso_lib_logout_response_new +lasso_lib_logout_response_new_full LASSO_LIB_LOGOUT_RESPONSE LASSO_IS_LIB_LOGOUT_RESPONSE @@ -755,6 +766,7 @@ LASSO_LIB_LOGOUT_RESPONSE_GET_CLASS LassoLibNameIdentifierMappingRequest LassoLibNameIdentifierMappingRequest lasso_lib_name_identifier_mapping_request_new +lasso_lib_name_identifier_mapping_request_new_full LASSO_LIB_NAME_IDENTIFIER_MAPPING_REQUEST LASSO_IS_LIB_NAME_IDENTIFIER_MAPPING_REQUEST @@ -770,6 +782,7 @@ LASSO_LIB_NAME_IDENTIFIER_MAPPING_REQUEST_GET_CLASS LassoLibNameIdentifierMappingResponse LassoLibNameIdentifierMappingResponse lasso_lib_name_identifier_mapping_response_new +lasso_lib_name_identifier_mapping_response_new_full LASSO_LIB_NAME_IDENTIFIER_MAPPING_RESPONSE LASSO_IS_LIB_NAME_IDENTIFIER_MAPPING_RESPONSE @@ -785,6 +798,7 @@ LASSO_LIB_NAME_IDENTIFIER_MAPPING_RESPONSE_GET_CLASS LassoLibRegisterNameIdentifierRequest LassoLibRegisterNameIdentifierRequest lasso_lib_register_name_identifier_request_new +lasso_lib_register_name_identifier_request_new_full LASSO_LIB_REGISTER_NAME_IDENTIFIER_REQUEST LASSO_IS_LIB_REGISTER_NAME_IDENTIFIER_REQUEST @@ -800,6 +814,7 @@ LASSO_LIB_REGISTER_NAME_IDENTIFIER_REQUEST_GET_CLASS LassoLibRegisterNameIdentifierResponse LassoLibRegisterNameIdentifierResponse lasso_lib_register_name_identifier_response_new +lasso_lib_register_name_identifier_response_new_full LASSO_LIB_REGISTER_NAME_IDENTIFIER_RESPONSE LASSO_IS_LIB_REGISTER_NAME_IDENTIFIER_RESPONSE @@ -875,6 +890,7 @@ LASSO_LIB_AUTHN_CONTEXT_GET_CLASS LassoLibAuthenticationStatement LassoLibAuthenticationStatement lasso_lib_authentication_statement_new +lasso_lib_authentication_statement_new_full LASSO_LIB_AUTHENTICATION_STATEMENT LASSO_IS_LIB_AUTHENTICATION_STATEMENT diff --git a/docs/reference/tmpl/login.sgml b/docs/reference/tmpl/login.sgml index a2b89c48..8c28a8a3 100644 --- a/docs/reference/tmpl/login.sgml +++ b/docs/reference/tmpl/login.sgml @@ -263,6 +263,16 @@ printf("Location: /\n\nRedirected to site root\n"); @Returns: + + + + + +@login: +@remote_providerID: +@Returns: + + diff --git a/docs/reference/tmpl/profile.sgml b/docs/reference/tmpl/profile.sgml index 6ab97988..2736ee6e 100644 --- a/docs/reference/tmpl/profile.sgml +++ b/docs/reference/tmpl/profile.sgml @@ -150,3 +150,12 @@ Base class for all ID-FF profiles @Returns: + + + + + +@profile: +@Returns: + + diff --git a/docs/reference/tmpl/session.sgml b/docs/reference/tmpl/session.sgml index 25e304e1..32f35d02 100644 --- a/docs/reference/tmpl/session.sgml +++ b/docs/reference/tmpl/session.sgml @@ -64,3 +64,12 @@ Principal Session @Returns: + + + + + +@session: +@Returns: + + -- cgit