summaryrefslogtreecommitdiff
path: root/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/controller
AgeCommit message (Collapse)AuthorFilesLines
2023-08-22fix(core): remove pendingRequest from PendingReqIdValidationException before ↵Thomas1-1/+1
forwarding to error handling Reason: Error serialization is only allowed for a specific set of classes and the PendingRequest is already set in a seperate field.
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 ↵Thomas1-10/+59
serializable
2023-05-15refact(core): change process-data holder-implementation to use Jackson ↵Thomas3-7/+35
serialization for storage
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 ↵Thomas1-4/+13
during restart of process-engine (OEGVEID-2053)
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 ↵Thomas1-3/+1
gitlab.iaik.tugraz.at:egiz/eaaf_components into feature/VT-21-016 # Conflicts: # eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java # eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/controller/ProtocolFinalizationController.java
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 ↵Thomas1-2/+4
for end-points
2021-01-07refactor AbstractLocaleAuthTask to move userStopOperation into parent classThomas Lenz1-25/+0
2020-11-09fix missing "transactionID" injection in protocol-finalization and ↵Thomas Lenz1-1/+13
error-handler steps
2020-11-06adapt logging to improve debuggingThomas Lenz2-3/+6
2020-11-06optimize error-handling in case with special focus on backend ↵Thomas Lenz3-24/+42
communication-requests
2020-10-13refactor error processingThomas Lenz1-11/+17
2020-10-13Serialize exceptions in error-handler manually to fix problems with ↵Thomas Lenz2-14/+29
Serialization in some caching frameworks
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
This is needed for processes in IFrames
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different ↵Thomas Lenz1-1/+1
authentication mechanisms
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 ↵Thomas Lenz1-47/+73
SL2.0
2019-12-05some code code-style modificationsThomas7-109/+120
active code-quality checks!
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
change log-level for some exceptions
2019-11-12refactor AuthModule interface to inject current IRequest into selectProcess ↵Thomas Lenz1-1/+1
method
2019-10-16move common method into abstract classThomas1-2/+13
2019-10-16Refactor AbstractLocaleAuthServletTask to faciltite 'processStop' in child ↵Thomas1-16/+21
classes
2019-09-16fix problems after interface refactoringThomas Lenz2-4/+5
2019-08-05add AbstractLocaleAuthServletTask.java into EAAF-core1.0.8Thomas Lenz1-0/+70
move a misplaced log message change maven repo paths to one single egiz repo
2019-06-06update authenticationData and attribute builderThomas Lenz1-1/+1
2019-05-03update abstract protocols/RequestImpl.java to inject an external generated ↵Thomas Lenz1-4/+27
transactionId
2019-05-03update process finalization and update pendingReqIdGenerationStrategyThomas Lenz2-33/+14