aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/resources/META-INF
AgeCommit message (Collapse)AuthorFilesLines
2018-06-22some more pvp2 updatesThomas Lenz1-1/+0
2018-06-15first tests with PVP2 S-Profil and SAML1Thomas Lenz2-0/+1
2018-06-14some more stuffThomas Lenz1-2/+0
2018-05-28refactore code to use EAAF core componentsThomas Lenz1-9/+0
2017-11-27add PVP attribute for eIDAS QAA levelThomas Lenz1-0/+1
2016-03-21add missing PVP attribute 'mandate-type-oid'Thomas Lenz1-0/+1
2016-03-01add HolderOfKey PVP-Attribute builder for testingThomas Lenz1-0/+1
2016-02-19refactor Single Sign-On authentication consents evaluator to get executed by ↵Thomas Lenz1-1/+1
processEngine
2016-02-16Refactore eIDAS module to new Spring based protocol engineThomas Lenz1-1/+0
2016-02-15First untested part: Refactor authentication modules and process management ↵Thomas Lenz1-0/+2
to Spring
2016-02-10switch to Spring based application initializerThomas Lenz1-0/+1
2015-09-14move citizen-card authentication and validation (Security-layer ↵Thomas Lenz1-2/+0
communication) to discrete module
2015-09-14load protocol attribute builder dynamically by SPIThomas Lenz1-0/+30
2015-09-11move authentication protocol implementation to separate modules.Thomas Lenz1-0/+1
authentication protocol modules are loaded by SPI now.
2015-02-04Create separate module STORK (MOAID-67)Thomas Knall1-0/+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-30Add Spring based discovery for STORKAuthModuleThomas Knall1-1/+0
- Add wildcard import to applicationContext.xml - Add some javadoc to AuthModule interface. - Remove STORKAuthModuleImpl from serviceloader based registration.
2015-01-29Integrate processes with module discovery.Thomas Knall2-2/+3
- 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-28implement ModuleRegistry, implement standard moaid process, start ↵Gerwin Gsenger1-0/+2
ModuleRegistry at moa-id startup, fix typo in package name