diff options
author | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-02-05 11:58:12 +0100 |
---|---|---|
committer | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-02-05 12:03:10 +0100 |
commit | 6e16e4bbddf6dcddf2ed7b25fd55b41adfa4a08c (patch) | |
tree | b47b844ef2a701bc65c7de6a242622053327d3b1 /eidas_modules/authmodule-eIDAS-v2/src/test/resources | |
parent | de03adfbe79968f65bb711d7b3a583eeb1054140 (diff) | |
download | National_eIDAS_Gateway-6e16e4bbddf6dcddf2ed7b25fd55b41adfa4a08c.tar.gz National_eIDAS_Gateway-6e16e4bbddf6dcddf2ed7b25fd55b41adfa4a08c.tar.bz2 National_eIDAS_Gateway-6e16e4bbddf6dcddf2ed7b25fd55b41adfa4a08c.zip |
added test for ReceiveLoginMethodGuiResponse
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/src/test/resources')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml b/eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml index ed636eed..df7ce85f 100644 --- a/eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml +++ b/eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml @@ -87,7 +87,7 @@ scope="prototype" /> <bean id="GenerateGuiTask" - class="at.asitplus.eidas.specific.modules.auth.eidas.v2.tasks.GenerateGuiTask" + class="at.asitplus.eidas.specific.modules.auth.eidas.v2.tasks.GenerateLoginMethodGuiTask" scope="prototype" /> <bean id="GenerateMobilePhoneSignatureRequestTask" @@ -95,7 +95,7 @@ scope="prototype" /> <bean id="ReceiveGuiResponseTask" - class="at.asitplus.eidas.specific.modules.auth.eidas.v2.tasks.ReceiveGuiResponseTask" + class="at.asitplus.eidas.specific.modules.auth.eidas.v2.tasks.ReceiveLoginMethodGuiResponseTask" scope="prototype" /> <bean id="ReceiveMobilePhoneSignatureResponseTask" |