diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-02-26 08:30:01 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-02-26 08:30:01 +0100 |
commit | f04f5ff7977d87bdad7ed48b00fbffce239a416e (patch) | |
tree | 430dad068de62dbfeec3b225c47011058d71e70f /id/server/modules/moa-id-modul-citizencard_authentication/src/main/resources | |
parent | 35f18cb4d51e6c42b5dd8edd9fd5d541d6a8b919 (diff) | |
download | moa-id-spss-f04f5ff7977d87bdad7ed48b00fbffce239a416e.tar.gz moa-id-spss-f04f5ff7977d87bdad7ed48b00fbffce239a416e.tar.bz2 moa-id-spss-f04f5ff7977d87bdad7ed48b00fbffce239a416e.zip |
Change CitizenCard AuthModule implementation to make it reusable in other modules
Diffstat (limited to 'id/server/modules/moa-id-modul-citizencard_authentication/src/main/resources')
-rw-r--r-- | id/server/modules/moa-id-modul-citizencard_authentication/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.auth.modules.AuthModule | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/modules/moa-id-modul-citizencard_authentication/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.auth.modules.AuthModule b/id/server/modules/moa-id-modul-citizencard_authentication/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.auth.modules.AuthModule index 02b4e5d7c..e628fbd1b 100644 --- a/id/server/modules/moa-id-modul-citizencard_authentication/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.auth.modules.AuthModule +++ b/id/server/modules/moa-id-modul-citizencard_authentication/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.auth.modules.AuthModule @@ -1,2 +1,2 @@ # The default moaid process -at.gv.egovernment.moa.id.auth.modules.internal.AuthModuleImpl +at.gv.egovernment.moa.id.auth.modules.internal.DefaultCitizenCardAuthModuleImpl |