summaryrefslogtreecommitdiff
path: root/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/controller
AgeCommit message (Expand)AuthorFilesLines
2023-08-22fix(core): remove pendingRequest from PendingReqIdValidationException before ...Thomas1-1/+1
2023-05-31feat(core): add remove method to IPendingRequest interfaceThomas1-0/+5
2023-05-31refact(core): change some more internal representation to make it JSON serial...Thomas1-10/+59
2023-05-15refact(core): change process-data holder-implementation to use Jackson serial...Thomas3-7/+35
2023-05-13refact(core): remove double serialization in central error handlingThomas2-62/+27
2023-02-06fix(core): add missing parameter to log messageThomas1-2/+3
2021-08-05fix wrong error handling and missing TransactionId in case of an error during...Thomas1-4/+13
2021-04-21add missing error-handling and add a few more testsThomas1-1/+15
2021-04-21some small updates in central error-handlingThomas2-3/+6
2021-04-16Merge branch 'feature/VT-21-016' of gitlab.iaik.tugraz.at:egiz/eaaf_component...Thomas1-3/+1
2021-03-30Junit fixeslalber1-10/+4
2021-03-30add some Junit fixes and other spotbug based oneslalber1-0/+7
2021-03-30added some error Handlinglalber1-2/+0
2021-03-30Second version of featurelalber1-53/+55
2021-03-30First version of featurelalber1-0/+60
2021-03-21Junit fixeslalber1-10/+4
2021-03-16add some Junit fixes and other spotbug based oneslalber1-0/+7
2021-03-12added some error Handlinglalber1-2/+0
2021-03-12refactor some code to Java Stream APIThomas1-8/+3
2021-03-10Second version of featurelalber1-53/+54
2021-03-08First version of featurelalber1-14/+70
2021-03-03update default error-handling to optimize visualizationThomas1-12/+14
2021-03-02update error-messages in process-managementThomas2-2/+3
2021-03-01change endpoints for protocol-finalization controller and add basic modul for...Thomas1-2/+4
2021-01-07refactor AbstractLocaleAuthTask to move userStopOperation into parent classThomas Lenz1-25/+0
2020-11-09fix missing "transactionID" injection in protocol-finalization and error-hand...Thomas Lenz1-1/+13
2020-11-06adapt logging to improve debuggingThomas Lenz2-3/+6
2020-11-06optimize error-handling in case with special focus on backend communication-r...Thomas Lenz3-24/+42
2020-10-13refactor error processingThomas Lenz1-11/+17
2020-10-13Serialize exceptions in error-handler manually to fix problems with Serializa...Thomas Lenz2-14/+29
2020-07-01update log message in case of SL2.0 VDA connection errorThomas Lenz1-10/+8
2020-04-01update process-engine support HTTP POST and GET error forwarting.Thomas Lenz3-35/+31
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different authenti...Thomas Lenz1-1/+1
2020-02-27add new transactionId for PII related data onlyThomas Lenz1-5/+60
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz1-9/+11
2020-02-05refactor generic error-handling to solve possible invalid error-response in S...Thomas Lenz1-47/+73
2019-12-05some code code-style modificationsThomas7-109/+120
2019-12-04to some more code quality tasksThomas2-11/+6
2019-12-04common EGIZ code-style refactoringThomas Lenz7-1084/+1136
2019-11-22use UUID for sessionIdentifierThomas Lenz1-1/+2
2019-11-22fix a problem with language selectionThomas Lenz1-1/+1
2019-11-21set process-canceled flag in case of user stops authprocessThomas Lenz1-1/+4
2019-11-12refactor AuthModule interface to inject current IRequest into selectProcess m...Thomas Lenz1-1/+1
2019-10-16move common method into abstract classThomas1-2/+13
2019-10-16Refactor AbstractLocaleAuthServletTask to faciltite 'processStop' in child cl...Thomas1-16/+21
2019-09-16fix problems after interface refactoringThomas Lenz2-4/+5
2019-08-05add AbstractLocaleAuthServletTask.java into EAAF-core1.0.8Thomas Lenz1-0/+70
2019-06-06update authenticationData and attribute builderThomas Lenz1-1/+1
2019-05-03update abstract protocols/RequestImpl.java to inject an external generated tr...Thomas Lenz1-4/+27
2019-05-03update process finalization and update pendingReqIdGenerationStrategyThomas Lenz2-33/+14