diff options
author | Thomas Knall <t.knall@datentechnik-innovation.com> | 2015-01-30 08:53:27 +0100 |
---|---|---|
committer | Thomas Knall <t.knall@datentechnik-innovation.com> | 2015-01-30 08:53:27 +0100 |
commit | 6371e01c520de77b0f37f59c72dbe20fce88c91a (patch) | |
tree | 911aa029ac464d21ee3d0cdb5e33c10f8eeed199 /id/server/idserverlib/src/main/resources | |
parent | 88f2ac75cf316c755e35303cf2d6faa2343b9408 (diff) | |
download | moa-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')
-rw-r--r-- | id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.moduleregistration.AuthModule | 1 |
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 |