diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2022-01-10 15:36:12 +0000 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2022-01-10 15:36:12 +0000 |
commit | c007dfb5d809b532c17e1dcc1373dd8b2861f993 (patch) | |
tree | a2167392c947664b4681a85109422d95e6eabf79 /connector/src/main/resources | |
parent | ae5d022d5c1af5a3edd48c4aecd2e3635cdd4992 (diff) | |
parent | 31b5c646a4c51e8706d0cf884223a2fe95ee5bba (diff) | |
download | National_eIDAS_Gateway-c007dfb5d809b532c17e1dcc1373dd8b2861f993.tar.gz National_eIDAS_Gateway-c007dfb5d809b532c17e1dcc1373dd8b2861f993.tar.bz2 National_eIDAS_Gateway-c007dfb5d809b532c17e1dcc1373dd8b2861f993.zip |
Merge branch 'feature/opensaml4' into 'nightlybuild'
Feature/opensaml4
See merge request egiz/eidas_at_proxy!13
Diffstat (limited to 'connector/src/main/resources')
-rw-r--r-- | connector/src/main/resources/specific_eIDAS_connector.beans.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connector/src/main/resources/specific_eIDAS_connector.beans.xml b/connector/src/main/resources/specific_eIDAS_connector.beans.xml index df2a9aa4..8ff4e565 100644 --- a/connector/src/main/resources/specific_eIDAS_connector.beans.xml +++ b/connector/src/main/resources/specific_eIDAS_connector.beans.xml @@ -104,7 +104,7 @@ class="at.asitplus.eidas.specific.connector.gui.DefaultVelocityGuiBuilderImpl" /> <bean id="mvcGUIBuilderImpl" - class="at.asitplus.eidas.specific.connector.gui.SpringMvcGuiFormBuilderImpl" /> + class="at.gv.egiz.eaaf.core.impl.gui.builder.SpringMvcGuiFormBuilderImpl" /> <bean id="StatusMessageProvider" class="at.asitplus.eidas.specific.connector.provider.StatusMessageProvider" /> |