diff options
author | Gerwin Gsenger <g.gsenger@datentechnik-innovation.at> | 2015-01-28 10:31:33 +0100 |
---|---|---|
committer | Gerwin Gsenger <g.gsenger@datentechnik-innovation.at> | 2015-01-28 10:31:33 +0100 |
commit | b187c1470167335ad6142b9b8b730e106348a8f8 (patch) | |
tree | e9a39b378596f796c9559d105318d82bd39cee64 /id/server/idserverlib/src/main/resources | |
parent | 92a879913faceb6f8392048768953846cf7a4e86 (diff) | |
download | moa-id-spss-b187c1470167335ad6142b9b8b730e106348a8f8.tar.gz moa-id-spss-b187c1470167335ad6142b9b8b730e106348a8f8.tar.bz2 moa-id-spss-b187c1470167335ad6142b9b8b730e106348a8f8.zip |
implement ModuleRegistry, implement standard moaid process, start ModuleRegistry at moa-id startup, fix typo in package name
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.modulregistration.AuthModule | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.modulregistration.AuthModule b/id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.modulregistration.AuthModule new file mode 100644 index 000000000..0d7e98006 --- /dev/null +++ b/id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.modulregistration.AuthModule @@ -0,0 +1,2 @@ +# The default moaid process +at.gv.egovernment.moa.id.moduls.modulregistration.AuthModuleImpl
\ No newline at end of file |