diff options
author | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-01-22 09:53:50 +0100 |
---|---|---|
committer | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-01-22 10:47:50 +0100 |
commit | e4e4fbf37aa0326b1c06f907a13593732c23deb7 (patch) | |
tree | 9476c333e39e88f63b574f7f8d21febbcf0748a9 /eidas_modules/authmodule-eIDAS-v2/src/test | |
parent | 9afa8f094712729b4486a408e12f4ab3027938b4 (diff) | |
download | National_eIDAS_Gateway-e4e4fbf37aa0326b1c06f907a13593732c23deb7.tar.gz National_eIDAS_Gateway-e4e4fbf37aa0326b1c06f907a13593732c23deb7.tar.bz2 National_eIDAS_Gateway-e4e4fbf37aa0326b1c06f907a13593732c23deb7.zip |
processing after mobilephone auth response
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/src/test')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml | 2 |
1 files changed, 1 insertions, 1 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 e479dc78..5a7f4161 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 @@ -99,7 +99,7 @@ scope="prototype" /> <bean id="ReceiveMobilePhoneSignatureResponseTask" - class="at.asitplus.eidas.specific.modules.auth.eidas.v2.tasks.ReceiveMobilePhoneSignatureResponseTask" + class="at.asitplus.eidas.specific.modules.auth.eidas.v2.tasks.ReceiveMobilePhoneSignatureResponseAndSearchInRegistersTask" scope="prototype" /> </beans>
\ No newline at end of file |