aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
authorThomas Knall <t.knall@datentechnik-innovation.com>2015-01-23 11:22:07 +0100
committerThomas Knall <t.knall@datentechnik-innovation.com>2015-01-23 11:34:52 +0100
commit745272fe66f04fee6976e6a187e308bb7a5987a1 (patch)
tree21d187fcefe3641d287b0d98b7771f6c55231eff /id/server/auth/src/main/webapp/WEB-INF/web.xml
parent3a00ce9f1f9589f1e97ecd78154f024146ef83d0 (diff)
downloadmoa-id-spss-745272fe66f04fee6976e6a187e308bb7a5987a1.tar.gz
moa-id-spss-745272fe66f04fee6976e6a187e308bb7a5987a1.tar.bz2
moa-id-spss-745272fe66f04fee6976e6a187e308bb7a5987a1.zip
Add foreign identity process support (MOAID-61).
- moa-id auth web.xml: Replace servlet mapping "/GetForeignID". - Fix some javadoc of AuthenticationServer. - Set GetForeignIDServlet deprecated. - Remove redundant code across several classes. - VerifyIdentityLinkTask: Separate identity link verification from subsequent (a) creation of CreateXMLSignatureRequest (ProcessIdentityLinkTask) and (b) creation of InfoBoxReadRequest (CertificateReadRequestTask).
Diffstat (limited to 'id/server/auth/src/main/webapp/WEB-INF/web.xml')
-rw-r--r--id/server/auth/src/main/webapp/WEB-INF/web.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/id/server/auth/src/main/webapp/WEB-INF/web.xml b/id/server/auth/src/main/webapp/WEB-INF/web.xml
index 1dd3b7a40..4548e05d9 100644
--- a/id/server/auth/src/main/webapp/WEB-INF/web.xml
+++ b/id/server/auth/src/main/webapp/WEB-INF/web.xml
@@ -108,17 +108,6 @@
<servlet-name>IDPSLO</servlet-name>
<url-pattern>/idpSingleLogout</url-pattern>
</servlet-mapping>
-
- <servlet>
- <description>Gets the foreign eID from security layer</description>
- <display-name>GetForeignID</display-name>
- <servlet-name>GetForeignID</servlet-name>
- <servlet-class>at.gv.egovernment.moa.id.auth.servlet.GetForeignIDServlet</servlet-class>
- </servlet>
- <servlet-mapping>
- <servlet-name>GetForeignID</servlet-name>
- <url-pattern>/GetForeignID</url-pattern>
- </servlet-mapping>
<servlet>
<display-name>Apache-Axis Servlet</display-name>
@@ -172,6 +161,7 @@
<servlet-mapping>
<servlet-name>ProcessEngineSignal</servlet-name>
<url-pattern>/GetMISSessionID</url-pattern>
+ <url-pattern>/GetForeignID</url-pattern>
<url-pattern>/VerifyAuthBlock</url-pattern>
<url-pattern>/VerifyCertificate</url-pattern>
<url-pattern>/VerifyIdentityLink</url-pattern>