aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <>2022-10-21 14:20:46 +0200
committerThomas <>2022-10-21 14:20:46 +0200
commit7798a53d11d5a57ca8abde0ab24d9c42b8bb4d9b (patch)
tree1d3e7b0c1355073557cbcaa2d82c999dd28d023b
parent55ab5856a90b065b2a645a62112b380f06cf751c (diff)
downloadNational_eIDAS_Gateway-7798a53d11d5a57ca8abde0ab24d9c42b8bb4d9b.tar.gz
National_eIDAS_Gateway-7798a53d11d5a57ca8abde0ab24d9c42b8bb4d9b.tar.bz2
National_eIDAS_Gateway-7798a53d11d5a57ca8abde0ab24d9c42b8bb4d9b.zip
refact(core): switch to Connector and Proxy-Service specific statistic loggers
-rw-r--r--modules/core_common_webapp/src/main/resources/specific_eIDAS_core.beans.xml3
-rw-r--r--ms_specific_connector/src/main/resources/specific_eIDAS_connector.beans.xml3
-rw-r--r--ms_specific_proxyservice/src/main/resources/specific_eIDAS_proxy.beans.xml3
3 files changed, 6 insertions, 3 deletions
diff --git a/modules/core_common_webapp/src/main/resources/specific_eIDAS_core.beans.xml b/modules/core_common_webapp/src/main/resources/specific_eIDAS_core.beans.xml
index 30500bbc..b61a7a05 100644
--- a/modules/core_common_webapp/src/main/resources/specific_eIDAS_core.beans.xml
+++ b/modules/core_common_webapp/src/main/resources/specific_eIDAS_core.beans.xml
@@ -54,9 +54,6 @@
<bean id="eidasRevisionLogger"
class="at.asitplus.eidas.specific.core.logger.RevisionLogger" />
- <bean id="eidasStatisticLogger"
- class="at.asitplus.eidas.specific.core.logger.StatisticLogger" />
-
<bean id="defaultErrorHandler"
class="at.gv.egiz.eaaf.core.impl.idp.auth.services.DefaultErrorService"/>
diff --git a/ms_specific_connector/src/main/resources/specific_eIDAS_connector.beans.xml b/ms_specific_connector/src/main/resources/specific_eIDAS_connector.beans.xml
index 0757327a..f430ed0f 100644
--- a/ms_specific_connector/src/main/resources/specific_eIDAS_connector.beans.xml
+++ b/ms_specific_connector/src/main/resources/specific_eIDAS_connector.beans.xml
@@ -14,6 +14,9 @@
<import resource="specific_eIDAS_core.beans.xml"/>
+ <bean id="eidasStatisticLogger"
+ class="at.asitplus.eidas.specific.core.logger.MultipleStatisticLogger" />
+
<bean id="AuthenticationDataBuilder"
class="at.asitplus.eidas.specific.core.builder.AuthenticationDataBuilder" />
diff --git a/ms_specific_proxyservice/src/main/resources/specific_eIDAS_proxy.beans.xml b/ms_specific_proxyservice/src/main/resources/specific_eIDAS_proxy.beans.xml
index 452285e3..646b851c 100644
--- a/ms_specific_proxyservice/src/main/resources/specific_eIDAS_proxy.beans.xml
+++ b/ms_specific_proxyservice/src/main/resources/specific_eIDAS_proxy.beans.xml
@@ -13,6 +13,9 @@
<import resource="specific_eIDAS_core.beans.xml"/>
+ <bean id="eidasStatisticLogger"
+ class="at.asitplus.eidas.specific.core.logger.StatisticLogger" />
+
<bean id="ProxyAuthenticationDataBuilder"
class="at.asitplus.eidas.specific.proxy.builder.ProxyAuthenticationDataBuilder" />