aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/moa-id-module-ssoTransfer/src/main/resources
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-02-24 16:30:58 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-02-24 16:30:58 +0100
commit8f3e8cb7c0e3bd34d64e1d7310c2eecb9cfefa9a (patch)
tree2f21131723b94e0a13471bf8f2fe5d428ff13c94 /id/server/modules/moa-id-module-ssoTransfer/src/main/resources
parent0dc260503a5deb581802e645ddae996ae9298968 (diff)
downloadmoa-id-spss-8f3e8cb7c0e3bd34d64e1d7310c2eecb9cfefa9a.tar.gz
moa-id-spss-8f3e8cb7c0e3bd34d64e1d7310c2eecb9cfefa9a.tar.bz2
moa-id-spss-8f3e8cb7c0e3bd34d64e1d7310c2eecb9cfefa9a.zip
fix bugs in SSO session-transfer modul
Diffstat (limited to 'id/server/modules/moa-id-module-ssoTransfer/src/main/resources')
-rw-r--r--id/server/modules/moa-id-module-ssoTransfer/src/main/resources/at/gv/egovernment/moa/id/auth/modules/ssotransfer/SSOTransfer.authmodule.beans.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/id/server/modules/moa-id-module-ssoTransfer/src/main/resources/at/gv/egovernment/moa/id/auth/modules/ssotransfer/SSOTransfer.authmodule.beans.xml b/id/server/modules/moa-id-module-ssoTransfer/src/main/resources/at/gv/egovernment/moa/id/auth/modules/ssotransfer/SSOTransfer.authmodule.beans.xml
index 62e9ac8fd..349b3afb0 100644
--- a/id/server/modules/moa-id-module-ssoTransfer/src/main/resources/at/gv/egovernment/moa/id/auth/modules/ssotransfer/SSOTransfer.authmodule.beans.xml
+++ b/id/server/modules/moa-id-module-ssoTransfer/src/main/resources/at/gv/egovernment/moa/id/auth/modules/ssotransfer/SSOTransfer.authmodule.beans.xml
@@ -14,6 +14,15 @@
<bean id="SSOContainerUtils"
class="at.gv.egovernment.moa.id.auth.modules.ssotransfer.utils.SSOContainerUtils"/>
+
+ <bean id="SSOTransferSignalServlet"
+ class="at.gv.egovernment.moa.id.auth.modules.ssotransfer.servlet.SSOTransferSignalServlet"/>
+
+
+ <bean id="SSOTransferServlet"
+ class="at.gv.egovernment.moa.id.auth.modules.ssotransfer.servlet.SSOTransferServlet"/>
+
+
<!-- Federated Authentication Process Tasks -->
<bean id="RestoreSSOSessionTask"
class="at.gv.egovernment.moa.id.auth.modules.ssotransfer.task.RestoreSSOSessionTask"