summaryrefslogtreecommitdiff
path: root/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/controller/protocols/RequestImpl.java
AgeCommit message (Expand)AuthorFilesLines
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...Thomas1-5/+33
2020-04-01update process-engine support HTTP POST and GET error forwarting.Thomas Lenz1-7/+20
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
2019-12-05some code code-style modificationsThomas1-23/+25
2019-12-04to some more code quality tasksThomas1-9/+6
2019-12-04common EGIZ code-style refactoringThomas Lenz1-456/+464
2019-11-22use UUID for sessionIdentifierThomas Lenz1-1/+2
2019-09-16fix problems after interface refactoringThomas Lenz1-2/+3
2019-05-03update abstract protocols/RequestImpl.java to inject an external generated tr...Thomas Lenz1-4/+27
2019-04-23add different strategies for pendingRequestId generationThomas Lenz1-14/+21
2018-09-13fix typo in license header1.0.2Thomas Lenz1-2/+2
2018-07-13some updates and bugfixesThomas Lenz1-10/+32
2018-07-12some more updatesThomas Lenz1-16/+54
2018-06-26initial commitThomas Lenz1-0/+386