aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/resources/META-INF
diff options
context:
space:
mode:
authorThomas Knall <t.knall@datentechnik-innovation.com>2015-01-30 08:53:27 +0100
committerThomas Knall <t.knall@datentechnik-innovation.com>2015-01-30 08:53:27 +0100
commit6371e01c520de77b0f37f59c72dbe20fce88c91a (patch)
tree911aa029ac464d21ee3d0cdb5e33c10f8eeed199 /id/server/idserverlib/src/main/resources/META-INF
parent88f2ac75cf316c755e35303cf2d6faa2343b9408 (diff)
downloadmoa-id-spss-6371e01c520de77b0f37f59c72dbe20fce88c91a.tar.gz
moa-id-spss-6371e01c520de77b0f37f59c72dbe20fce88c91a.tar.bz2
moa-id-spss-6371e01c520de77b0f37f59c72dbe20fce88c91a.zip
Add Spring based discovery for STORKAuthModule
- Add wildcard import to applicationContext.xml - Add some javadoc to AuthModule interface. - Remove STORKAuthModuleImpl from serviceloader based registration.
Diffstat (limited to 'id/server/idserverlib/src/main/resources/META-INF')
-rw-r--r--id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.moduleregistration.AuthModule1
1 files changed, 0 insertions, 1 deletions
diff --git a/id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.moduleregistration.AuthModule b/id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.moduleregistration.AuthModule
index 03cb2c631..865096055 100644
--- a/id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.moduleregistration.AuthModule
+++ b/id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.moduleregistration.AuthModule
@@ -1,3 +1,2 @@
# The default moaid process
at.gv.egovernment.moa.id.auth.modules.internal.DefaultAuthModuleImpl
-at.gv.egovernment.moa.id.auth.modules.stork.STORKAuthModuleImpl