diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-08-02 12:02:35 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-08-02 12:02:35 +0200 |
commit | fda1a8333b9bd11d0457125c3156a39f03d74bd6 (patch) | |
tree | bf4f40ac11e5adb8ab654370e7b621e688eb40c4 /connector/src/main/resources | |
parent | ae8fac8033b435de8d77cadb2a84088c2b8fceb6 (diff) | |
download | National_eIDAS_Gateway-fda1a8333b9bd11d0457125c3156a39f03d74bd6.tar.gz National_eIDAS_Gateway-fda1a8333b9bd11d0457125c3156a39f03d74bd6.tar.bz2 National_eIDAS_Gateway-fda1a8333b9bd11d0457125c3156a39f03d74bd6.zip |
Refactoring to eIDASNode 2.2, eaaf-components 1.0.8
Diffstat (limited to 'connector/src/main/resources')
-rw-r--r-- | connector/src/main/resources/specific_eIDAS_connector.beans.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/connector/src/main/resources/specific_eIDAS_connector.beans.xml b/connector/src/main/resources/specific_eIDAS_connector.beans.xml index 01be5ab7..a1abca76 100644 --- a/connector/src/main/resources/specific_eIDAS_connector.beans.xml +++ b/connector/src/main/resources/specific_eIDAS_connector.beans.xml @@ -70,6 +70,14 @@ </property> </bean> + <bean id="eaafProtocolAuthenticationService" + class="at.gv.egiz.eaaf.core.impl.idp.auth.services.ProtocolAuthenticationService"> + <property name="guiBuilder" ref="DefaultGUIBuilderImpl"/> + </bean> + + <bean id="simplePendingReqIdGenerationStrategy" + class="at.gv.egiz.eaaf.core.impl.utils.SimplePendingRequestIdGenerationStrategy"/> + <bean id="PVPMetadataProvider" class="at.asitplus.eidas.specific.connector.provider.PVPMetadataProvider" /> |