From f6b97c358fe0de6618d91ef81c25a87b221ae3c6 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Thu, 24 Nov 2005 16:51:09 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Build-SPSS-1_3_0'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build-SPSS-1_3_0@595 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/id/class-use/AuthenticationException.html | 194 --------------------- 1 file changed, 194 deletions(-) delete mode 100644 id.server/doc/api-doc/at/gv/egovernment/moa/id/class-use/AuthenticationException.html (limited to 'id.server/doc/api-doc/at/gv/egovernment/moa/id/class-use') diff --git a/id.server/doc/api-doc/at/gv/egovernment/moa/id/class-use/AuthenticationException.html b/id.server/doc/api-doc/at/gv/egovernment/moa/id/class-use/AuthenticationException.html deleted file mode 100644 index 96ff7f4af..000000000 --- a/id.server/doc/api-doc/at/gv/egovernment/moa/id/class-use/AuthenticationException.html +++ /dev/null @@ -1,194 +0,0 @@ - - - -
- -
-
-
|
-- - | -|||||||
- PREV - NEXT | -- FRAMES - NO FRAMES | -
-Uses of AuthenticationException in at.gv.egovernment.moa.id.auth | -
- -
Methods in at.gv.egovernment.moa.id.auth that throw AuthenticationException | -|
- String |
-AuthenticationServer.selectBKU(String authURL,
- String target,
- String oaURL,
- String bkuSelectionTemplateURL,
- String templateURL)
-
-- Processes request to select a BKU. - |
-
- String |
-AuthenticationServer.startAuthentication(String authURL,
- String target,
- String oaURL,
- String templateURL,
- String bkuURL,
- String sessionID)
-
-- Processes the beginning of an authentication session. - |
-
- String |
-AuthenticationServer.verifyIdentityLink(String sessionID,
- String xmlInfoboxReadResponse)
-
-- Processes an <InfoboxReadResponse> sent by the
- security layer implementation.- - Validates given <InfoboxReadResponse>
- Parses identity link enclosed in <InfoboxReadResponse>
- Verifies identity link by calling the MOA SP component
- Checks certificate authority of identity link
- Stores identity link in the session
- Creates an authentication block to be signed by the user
- Creates and returns a <CreateXMLSignatureRequest>
- containg the authentication block, meant to be returned to the
- security layer implementation
- |
-
- String |
-AuthenticationServer.verifyAuthenticationBlock(String sessionID,
- String xmlCreateXMLSignatureReadResponse)
-
-- Processes a <CreateXMLSignatureResponse> sent by the
- security layer implementation.- - Validates given <CreateXMLSignatureResponse>
- Parses <CreateXMLSignatureResponse> for error codes
- Parses authentication block enclosed in
- <CreateXMLSignatureResponse>
- Verifies authentication block by calling the MOA SP component
- Creates authentication data
- Creates a corresponding SAML artifact
- Stores authentication data in the authentication data store
- indexed by the SAML artifact
- Deletes authentication session
- Returns the SAML artifact, encoded BASE64
- |
-
- AuthenticationData |
-AuthenticationServer.getAuthenticationData(String samlArtifact)
-
-- Retrieves AuthenticationData indexed by the SAML artifact.
- |
-
-static at.gv.egovernment.moa.id.auth.data.AuthenticationSession |
-AuthenticationServer.getSession(String id)
-
-- Retrieves a session from the session store. |
-
-
-
-
|
-- - | -|||||||
- PREV - NEXT | -- FRAMES - NO FRAMES | -