From 300bd1b44f521a2b33c259be1f8d21eba58c1a31 Mon Sep 17 00:00:00 2001
From: Thomas <>
Date: Tue, 8 Mar 2022 13:41:31 +0100
Subject: refactor(core): split 'ms-connector' WebApp into 'core' and
'ms-connector' to reuse some code for 'ms-proxy' WebApp
---
.../src/main/resources/applicationContext.xml | 19 ++------
.../resources/specific_eIDAS_connector.beans.xml | 45 +------------------
.../specific_eIDAS_connector.storage.beans.xml | 52 ----------------------
3 files changed, 5 insertions(+), 111 deletions(-)
delete mode 100644 connector/src/main/resources/specific_eIDAS_connector.storage.beans.xml
(limited to 'connector/src/main/resources')
diff --git a/connector/src/main/resources/applicationContext.xml b/connector/src/main/resources/applicationContext.xml
index 15ce0a55..ec8e79f4 100644
--- a/connector/src/main/resources/applicationContext.xml
+++ b/connector/src/main/resources/applicationContext.xml
@@ -15,16 +15,10 @@
-
-
+ class="at.asitplus.eidas.specific.core.interceptor.WebFrontEndSecurityInterceptor" />
@@ -32,22 +26,17 @@
-
-
+ class="at.asitplus.eidas.specific.core.SpringContextCloseHandler" />
+ class="at.asitplus.eidas.specific.core.config.BasicConfigurationProvider">
+ class="at.asitplus.eidas.specific.core.config.SpringBootBasicConfigurationProvider" />
diff --git a/connector/src/main/resources/specific_eIDAS_connector.beans.xml b/connector/src/main/resources/specific_eIDAS_connector.beans.xml
index 34fd088b..7ac6236c 100644
--- a/connector/src/main/resources/specific_eIDAS_connector.beans.xml
+++ b/connector/src/main/resources/specific_eIDAS_connector.beans.xml
@@ -11,10 +11,8 @@
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd
http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd">
-
+
-
@@ -24,15 +22,6 @@
-
-
-
-
-
-
@@ -66,44 +55,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
--
cgit v1.2.3