aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/resources/at
AgeCommit message (Collapse)AuthorFilesLines
2016-02-19refactor Single Sign-On authentication consents evaluator to get executed by ↵Thomas Lenz1-0/+20
processEngine
2016-02-18refactor authentication process to use service-provider configuration from ↵Thomas Lenz1-3/+3
pending-request
2016-02-15First untested part: Refactor authentication modules and process management ↵Thomas Lenz1-0/+30
to Spring
2015-09-14move citizen-card authentication and validation (Security-layer ↵Thomas Lenz1-50/+0
communication) to discrete module
2015-07-20split AuthBlock validation and MIS sessionID request into discrete taskThomas Lenz1-5/+11
2015-02-04Create separate module STORK (MOAID-67)Thomas Knall2-43/+0
- Add new maven module moa-id-modules and sub module moa-id-module-stork. - Move stork relates processes and task to module moa-id-module-stork. - Move module registration to modules package.
2015-01-30Fix applicationContext.xml and STORKAuthentication.process.xmlThomas Knall1-3/+3
2015-01-30Merge remote-tracking branch 'remotes/origin/MOAID-62'Thomas Knall3-2/+55
Conflicts: id/server/auth/src/main/webapp/WEB-INF/applicationContext.xml id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/moduleregistration/AuthModuleImpl.java id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.moduleregistration.AuthModule
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 process engine from project 'dti-process-engine'Christian Wagner1-2/+2
- fix unit tests - correct namespaces - refactor package name
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.
2015-01-29integrate process engine from project 'dti-process-engine' - INCOMPLETE!Christian Wagner1-0/+53
- commit neccessary in order to avoid blocking the development process additional small fix due to earlier package renaming