summaryrefslogtreecommitdiff
path: root/eaaf_core/src/main/java/at/gv/egiz/eaaf/core
AgeCommit message (Expand)AuthorFilesLines
2019-11-21set process-canceled flag in case of user stops authprocessThomas Lenz2-8/+29
2019-11-21add stop condition to process-flow engine that can be set dynamically by tasksThomas Lenz3-53/+90
2019-11-15copy some generic authProcessData directly into authDataThomas Lenz1-0/+25
2019-11-12refactor AuthModule interface to inject current IRequest into selectProcess m...Thomas Lenz3-19/+21
2019-10-18add post-validation steps into process-definition loaderThomas1-1/+24
2019-10-16move common method into abstract classThomas1-2/+13
2019-10-16Check if Consent is required before protocol post-processing starts. The proc...Thomas1-8/+13
2019-10-16Refactor AbstractLocaleAuthServletTask to faciltite 'processStop' in child cl...Thomas1-16/+21
2019-10-01inject ResourceLoader to facilitate Spring based resource loadingThomas Lenz1-0/+2
2019-09-16fix problems after interface refactoringThomas Lenz3-7/+8
2019-09-16add new configuration interfaceThomas Lenz1-2/+2
2019-09-13refactor utils into a separate moduleThomas Lenz18-2338/+0
2019-09-11change log-levelThomas Lenz1-1/+1
2019-08-20some small fixesThomas Lenz1-1/+1
2019-08-19update gui/AbstractGUIFormBuilderConfiguration.javaThomas Lenz1-2/+2
2019-08-08Refactor GUIBuilderConfiguration to support Map and List based property formatThomas Lenz1-18/+32
2019-08-05add AbstractLocaleAuthServletTask.java into EAAF-core1.0.8Thomas Lenz2-4/+73
2019-07-30some some updatesThomas Lenz2-3/+3
2019-07-23fix nullpointer in KeyValueUtils.java and add jUnit testThomas Lenz1-2/+2
2019-07-17update JSON mapper implementationThomas Lenz1-4/+14
2019-07-09fix bug in BPKBuilder.java and make methods staticThomas Lenz1-27/+27
2019-07-04fix some small bugs in SL2.0 moduleThomas Lenz3-24/+80
2019-06-28some small updatesThomas Lenz4-37/+81
2019-06-06change error messages in case of InvalidProtocolExceptionsThomas Lenz1-12/+12
2019-06-06update authenticationData and attribute builderThomas Lenz3-1/+64
2019-06-05add useMandate flagThomas Lenz1-0/+16
2019-05-29add new attribute builderThomas Lenz11-26/+340
2019-05-24update IConfiguration interfaces to support SpringBoot resources as configura...Thomas Lenz3-23/+235
2019-05-24update message-logging and remove explicit Logger implementationThomas Lenz2-14/+13
2019-05-17add some jUnit tests for attribute builderThomas Lenz1-0/+68
2019-05-17refactor EAAF core to split API and ImplementationThomas Lenz77-5668/+104
2019-05-06update error message generation to add msg parameters into GUI modelThomas Lenz2-21/+42
2019-05-04change MVC parameter for pendingReqId to pendingidThomas1-1/+2
2019-05-04fix bug in PendingRequestStorageThomas1-17/+18
2019-05-04Merge branch 'master' of https://gitlab.iaik.tugraz.at/egiz/eaaf_componentsThomas9-108/+182
2019-05-04move IDestroyable Interface to EGIZ-Spring-APIThomas1-40/+0
2019-05-03update abstract protocols/RequestImpl.java to inject an external generated tr...Thomas Lenz1-4/+27
2019-05-03Merge branch 'master' of gitlab.iaik.tugraz.at:egiz/eaaf_componentsThomas Lenz1-1/+1
2019-05-03update process finalization and update pendingReqIdGenerationStrategyThomas Lenz8-104/+155
2019-04-30fix logic bug in SourcePin attribute-builderThomas1-1/+1
2019-04-23integrate Spring ModelAndView into EAAF GUI frameworkThomas Lenz9-76/+168
2019-04-23add different strategies for pendingRequestId generationThomas Lenz8-66/+483
2019-04-12minor changesThomas Lenz2-9/+9
2019-04-11refactoring of AuthData builderThomas Lenz12-195/+622
2019-04-11add missing beans and make a mark a service visible from child classesThomas Lenz1-1/+1
2019-04-11add some utils and new exceptionsThomas Lenz4-0/+227
2019-04-11refactor protocol finalization to support protocol response without final red...Thomas Lenz13-519/+630
2019-03-05fix attribute escaping problem in SimpleIdentityLinkAssertionParser1.0.6Thomas Lenz4-17/+33
2019-02-18Add bPKList PVP attribute definition for natural-person mandatesThomas Lenz4-3/+18
2019-02-18add demo-mode functionality for 'Austria eID'Thomas Lenz7-28/+92