summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_auth_sl20/src/main/java/at/gv/egiz/eaaf/modules/auth/sl20/tasks
AgeCommit message (Collapse)AuthorFilesLines
2023-08-21fix(sl20): remove line-of-code that was a copy&past mistakeThomas1-6/+1
2023-08-21refact(sl20): clean-up SL20 response handlerThomas1-147/+177
2023-05-31refact(core): change some more internal representation to make it JSON ↵Thomas1-4/+7
serializable
2023-04-26feat(core): add extension-point to central errorHandler service to set ↵Thomas1-1/+1
application specific information into error-GUI model
2022-08-24refact(sl20): use custom static JSON Mapper implementationThomas1-1/+1
2021-08-10remove misplaced log message in request VDA taskThomas1-3/+2
2021-08-05fix wrong error handling and missing TransactionId in case of an error ↵Thomas2-11/+0
during restart of process-engine (OEGVEID-2053)
2021-06-18update some log messagesThomas1-2/+1
2021-03-25add additional logging into SL2.0 tasksThomas2-3/+15
2021-03-22switch to RC1 build of next moa-sig versionThomas1-9/+9
2021-02-18update error-handling in case of a VDA communication failedThomas1-5/+8
2020-12-04set global transactionId as SL2.0 transactionIdThomas Lenz1-2/+2
2020-11-04refactoring of SL2.0 response processing to mitigate problems with ↵Thomas Lenz1-20/+29
ConnectionPool of Apache http-client
2020-10-21add new configuration property to switch between log-level "WARN" and "INFO" ↵Thomas Lenz1-13/+12
based on internal errorIds remove duplicated logging
2020-10-13Serialize exceptions in error-handler manually to fix problems with ↵Thomas Lenz1-8/+4
Serialization in some caching frameworks
2020-07-01update log message in case of SL2.0 VDA connection errorThomas Lenz1-3/+8
2020-06-10fix codestyle and moa-sig module clean-upThomas Lenz1-2/+0
2020-06-10add i18n parameter into SL2.0 requestThomas Lenz1-48/+70
2020-04-07set VDA sessionId into SL2.0 VDA request if it is availableThomas Lenz1-0/+28
2020-04-07inject VDA sessionId from SL2.0 error-response into internal error holderThomas Lenz1-20/+37
2020-03-19inject authType parameter in VDA request to select a specific authentication ↵Thomas Lenz1-0/+30
method
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different ↵Thomas Lenz1-1/+1
authentication mechanisms
2020-02-05refactor generic error-handling to solve possible invalid error-response in ↵Thomas Lenz1-124/+17
SL2.0
2019-12-05some code code-style modificationsThomas2-141/+110
active code-quality checks!
2019-12-04to some more code quality tasksThomas2-10/+6
2019-12-04common EGIZ code-style refactoringThomas Lenz4-548/+594
2019-09-16fix problems after interface refactoringThomas Lenz1-1/+3
2019-08-20some small fixesThomas Lenz1-1/+1
2019-07-04fix some small bugs in SL2.0 moduleThomas Lenz1-3/+9
2019-07-01fix one flagThomas Lenz1-2/+1
update TestRequestImpl.java
2019-06-28remove work-around for A-TrustThomas Lenz1-11/+14
2019-06-28some small updatesThomas Lenz2-89/+133
2019-05-29add new attribute builderThomas Lenz2-3/+3
fix some injection and dependency problems
2019-05-24update strategy for SL2.0 VDA back-end selectionThomas Lenz1-6/+5
2019-05-17refactor EAAF core to split API and ImplementationThomas Lenz1-31/+25
2019-04-12minor changesThomas Lenz1-31/+26
2019-04-11add EAAF module for authentication method based on Security-Layer 2.0 ↵Thomas Lenz2-0/+506
communication