aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/resources/at/gv
AgeCommit message (Collapse)AuthorFilesLines
2015-01-30Add dynamic servlet registration for STORK processes.Thomas Knall1-0/+14
- Add STORKWebApplicationInitializer.java - Adjust web.xml - Move STORK.authmodule.beans.xml to src/main/resources/...
2015-01-29Integrate processes with module discovery.Thomas Knall2-0/+73
- Fix AuthModuleImpl process resource uri. - Create package at.gv.egovernment.moa.id.auth.modules with submodule "internal" and "stork". - Rename AuthModuleImpl to DefaultAuthModuleImpl (placed in at.gv.egovernment.moa.id.auth.modules.internal). - Move stork specific tasks to "...stork.tasks" and internal modules to "...internal.tasks". - Fix bean classes in applicationContext.xml - Move process descriptions to at.gv.egovernment.moa.id.auth.modules.[internal|stork]. - Add STORKAuthModuleImpl.