aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules
AgeCommit message (Collapse)AuthorFilesLines
2015-03-13fixed date format issue with fakeIdL creationFlorian Reimair1-0/+2
2015-03-13added fakeidl no-signature option configFlorian Reimair1-2/+6
2015-03-13STORK PEPS-conform loggingFlorian Reimair1-0/+20
2015-02-26Fix errorhandling in STORK 2 PepsConnectorTaskThomas Lenz1-1/+11
2015-02-23Improve Process Engine signal servlet (MOAID-73)Thomas Knall5-49/+159
- Update Process Engine signal servlet in order to allow module to provider their own strategy for providing the moa session id. - Update moa id handbook. - Update javadoc.
2015-02-19manuell merge: PEPSConnecterServlet --> PepsConnectorTaskThomas Lenz2-52/+268
2015-02-04Create exemplary AuthServlet module (MOAID-68)Thomas Knall7-0/+551
- Create new module moa-id-module-monitoring. - Move MonitoringServlet, DatabaseTestModule, IdentityLinkTestModule, TestManager and TestModuleInterface to new module. - Update pom.xml, adding new module dependency. - Update web.xml, disabling static servlet registration. - Add @WebServlet servlet registration for MonitoringServlet.
2015-02-04Add logging for automatic servlet registration.Thomas Knall1-4/+15
2015-02-04Create separate module STORK (MOAID-67)Thomas Knall11-0/+1745
- 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.