aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/test/resources/SpringTest-context_basic_user_whitelist.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2018-06-12 06:25:48 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2018-06-12 06:25:48 +0200
commitcb8ae73a6196813c3c749e4396977e5e1e3304b9 (patch)
treeb64f62e9c6997f1d5dab209d30373f5d0ade0305 /id/server/idserverlib/src/test/resources/SpringTest-context_basic_user_whitelist.xml
parentb53d2f387282b731ea72806ec7d410a1c27a878d (diff)
parentea49cd41d7ae571f8156f7b2ac02c9e2a6f86ca6 (diff)
downloadmoa-id-spss-cb8ae73a6196813c3c749e4396977e5e1e3304b9.tar.gz
moa-id-spss-cb8ae73a6196813c3c749e4396977e5e1e3304b9.tar.bz2
moa-id-spss-cb8ae73a6196813c3c749e4396977e5e1e3304b9.zip
Merge branch 'eIDAS_node_2.0_tests' of gitlab.iaik.tugraz.at:egiz/moa-idspss into eIDAS_node_2.0_tests
Diffstat (limited to 'id/server/idserverlib/src/test/resources/SpringTest-context_basic_user_whitelist.xml')
-rw-r--r--id/server/idserverlib/src/test/resources/SpringTest-context_basic_user_whitelist.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/id/server/idserverlib/src/test/resources/SpringTest-context_basic_user_whitelist.xml b/id/server/idserverlib/src/test/resources/SpringTest-context_basic_user_whitelist.xml
new file mode 100644
index 000000000..85788714a
--- /dev/null
+++ b/id/server/idserverlib/src/test/resources/SpringTest-context_basic_user_whitelist.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:context="http://www.springframework.org/schema/context"
+ xmlns:tx="http://www.springframework.org/schema/tx"
+ xmlns:aop="http://www.springframework.org/schema/aop"
+ xsi:schemaLocation="http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd
+ http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">
+
+
+ <bean id="UserWhiteList_Store"
+ class="at.gv.egovernment.moa.id.config.auth.data.UserWhitelistStore"/>
+
+ <bean id="DummyAuthConfig"
+ class="at.gv.egovernment.moa.id.config.auth.data.DummyAuthConfig"/>
+</beans>