diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2018-08-27 06:49:35 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2018-08-27 06:49:35 +0200 |
commit | 27d98662e091d9497fac22b37bf4d5e730f050e1 (patch) | |
tree | 9c018b5921fadec1e3b7620774a1386f07180230 /id/server/idserverlib/src/main/resources/moaid.authentication.beans.xml | |
parent | 494c997e21a8dc7660b5e7a01aca743aecd0655b (diff) | |
download | moa-id-spss-27d98662e091d9497fac22b37bf4d5e730f050e1.tar.gz moa-id-spss-27d98662e091d9497fac22b37bf4d5e730f050e1.tar.bz2 moa-id-spss-27d98662e091d9497fac22b37bf4d5e730f050e1.zip |
fix bug with wrong DummyStatisticLogger packagename
Diffstat (limited to 'id/server/idserverlib/src/main/resources/moaid.authentication.beans.xml')
-rw-r--r-- | id/server/idserverlib/src/main/resources/moaid.authentication.beans.xml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/id/server/idserverlib/src/main/resources/moaid.authentication.beans.xml b/id/server/idserverlib/src/main/resources/moaid.authentication.beans.xml index 6f32926e0..26fd1f986 100644 --- a/id/server/idserverlib/src/main/resources/moaid.authentication.beans.xml +++ b/id/server/idserverlib/src/main/resources/moaid.authentication.beans.xml @@ -84,13 +84,7 @@ <bean id="MOASAML2SubjectNameIDGenerator" class="at.gv.egovernment.moa.id.auth.builder.MOAIDSubjectNameIdGenerator" /> - -<!-- <bean id="taskExecutor" class="org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor"> - <property name="corePoolSize" value="5" /> - <property name="maxPoolSize" value="10" /> - <property name="queueCapacity" value="25" /> - </bean> --> - + <!-- Authentication Process Tasks --> <bean id="GenerateBKUSelectionFrameTask" class="at.gv.egovernment.moa.id.auth.modules.internal.tasks.GenerateBKUSelectionFrameTask" @@ -119,7 +113,7 @@ <beans profile="advancedLogOff"> <bean id="StatisticLogger" - class="at.gv.egovernment.moa.id.advancedlogging.DummyStatisticLogger"/> + class="at.gv.egiz.eaaf.core.impl.logging.DummyStatisticLogger"/> </beans> </beans> |