From f46dbaadb7fec17f9bce034cd7352b700068de98 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Wed, 22 Dec 2004 12:48:05 +0000 Subject: Minimal documentation for #LassoProfile and #LassoLogin --- docs/reference/tmpl/login.sgml | 230 +++++++++++++++++++++++++++++++++++++++ docs/reference/tmpl/profile.sgml | 152 ++++++++++++++++++++++++++ 2 files changed, 382 insertions(+) create mode 100644 docs/reference/tmpl/login.sgml create mode 100644 docs/reference/tmpl/profile.sgml (limited to 'docs/reference/tmpl') diff --git a/docs/reference/tmpl/login.sgml b/docs/reference/tmpl/login.sgml new file mode 100644 index 00000000..6305d091 --- /dev/null +++ b/docs/reference/tmpl/login.sgml @@ -0,0 +1,230 @@ + +LassoLogin + + +Single Sign-On and Federation Profile + + + + + + + + + + + + + + + + +@protocolProfile: +@assertionArtifact: +@assertion: + + + + + + +@LASSO_LOGIN_PROTOCOL_PROFILE_BRWS_ART: +@LASSO_LOGIN_PROTOCOL_PROFILE_BRWS_POST: + + + + + + +@server: +@Returns: + + + + + + + +@login: + + + + + + + +@login: +@Returns: + + + + + + + +@server: +@dump: +@Returns: + + + + + + + +@login: +@Returns: + + + + + + + +@login: +@http_method: +@Returns: + + + + + + + +@login: +@authenticationMethod: +@authenticationInstant: +@reauthenticateOnOrAfter: +@notBefore: +@notOnOrAfter: +@Returns: + + + + + + + +@login: +@Returns: + + + + + + + +@login: +@Returns: + + + + + + + +@login: +@Returns: + + + + + + + +@login: +@remote_providerID: +@Returns: + + + + + + + +@login: +@remote_providerID: +@http_method: +@Returns: + + + + + + + +@login: +@response_msg: +@response_http_method: +@Returns: + + + + + + + +@login: +@Returns: + + + + + + + +@login: +@Returns: + + + + + + + +@login: +@authn_request_msg: +@Returns: + + + + + + + +@login: +@authn_response_msg: +@Returns: + + + + + + + +@login: +@request_msg: +@Returns: + + + + + + + +@login: +@response_msg: +@Returns: + + + + + + + +@login: +@authentication_result: +@is_consent_obtained: +@Returns: + + diff --git a/docs/reference/tmpl/profile.sgml b/docs/reference/tmpl/profile.sgml new file mode 100644 index 00000000..6ab97988 --- /dev/null +++ b/docs/reference/tmpl/profile.sgml @@ -0,0 +1,152 @@ + +LassoProfile + + +Base class for all ID-FF profiles + + + + + + + + + + + + + + + + +@LASSO_MESSAGE_TYPE_NONE: +@LASSO_MESSAGE_TYPE_AUTHN_REQUEST: +@LASSO_MESSAGE_TYPE_AUTHN_RESPONSE: +@LASSO_MESSAGE_TYPE_REQUEST: +@LASSO_MESSAGE_TYPE_RESPONSE: +@LASSO_MESSAGE_TYPE_ARTIFACT: + + + + + + +@LASSO_REQUEST_TYPE_INVALID: +@LASSO_REQUEST_TYPE_LOGIN: +@LASSO_REQUEST_TYPE_LOGOUT: +@LASSO_REQUEST_TYPE_DEFEDERATION: +@LASSO_REQUEST_TYPE_NAME_REGISTRATION: +@LASSO_REQUEST_TYPE_NAME_IDENTIFIER_MAPPING: +@LASSO_REQUEST_TYPE_LECP: + + + + + + +@server: +@request: +@response: +@nameIdentifier: +@remote_providerID: +@msg_url: +@msg_body: +@msg_relayState: + + + + + + +@profile: +@Returns: + +@ctx: + + + + + + + +@profile: +@Returns: + +@ctx: + + + + + + + +@profile: +@Returns: + +@ctx: + + + + + + + +@profile: +@Returns: + +@ctx: + + + + + + + +@profile: +@dump: +@Returns: + +@ctx: + + + + + + + +@profile: +@statusCodeValue: + +@ctx: + + + + + + + +@profile: +@dump: +@Returns: + +@ctx: + + + + + + + +@soap: +@Returns: + + + + + + + +@query: +@Returns: + + -- cgit