diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-30 13:20:17 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-30 13:20:17 +0200 |
commit | d44d87570e2c70a16b0f2797d2180b71ba00bc39 (patch) | |
tree | 6a9265177dc4234bc3e41b3185af2456ada84a78 /id/server/modules/moa-id-module-eIDAS/src/main/resources | |
parent | 8ca28920c78f58c1e1bd48bd5805a9f939f40c65 (diff) | |
download | moa-id-spss-d44d87570e2c70a16b0f2797d2180b71ba00bc39.tar.gz moa-id-spss-d44d87570e2c70a16b0f2797d2180b71ba00bc39.tar.bz2 moa-id-spss-d44d87570e2c70a16b0f2797d2180b71ba00bc39.zip |
fix missing Spring bean definitions
Diffstat (limited to 'id/server/modules/moa-id-module-eIDAS/src/main/resources')
-rw-r--r-- | id/server/modules/moa-id-module-eIDAS/src/main/resources/moaid_eidas_auth.beans.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/id/server/modules/moa-id-module-eIDAS/src/main/resources/moaid_eidas_auth.beans.xml b/id/server/modules/moa-id-module-eIDAS/src/main/resources/moaid_eidas_auth.beans.xml index a3f5042a1..5d79d082a 100644 --- a/id/server/modules/moa-id-module-eIDAS/src/main/resources/moaid_eidas_auth.beans.xml +++ b/id/server/modules/moa-id-module-eIDAS/src/main/resources/moaid_eidas_auth.beans.xml @@ -9,6 +9,11 @@ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd"> + <bean id="eIDASSignalServlet" + class="at.gv.egovernment.moa.id.auth.modules.eidas.eIDASSignalServlet"/> + + <bean id="EIDASProtocol" + class="at.gv.egovernment.moa.id.protocols.eidas.EIDASProtocol"/> <!-- Authentication Process Tasks --> <bean id="GenerateAuthnRequestTask" |