summaryrefslogtreecommitdiff
path: root/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth
AgeCommit message (Expand)AuthorFilesLines
2021-02-24update error-GUI form to differ between internal und external error-codesThomas1-14/+22
2021-02-23use internal-to-external error mapping for GUIThomas1-1/+1
2021-02-19fix wrong bPK calculation for XZVR and XERSB bpkTargetsThomas1-5/+31
2021-01-07refactor AbstractLocaleAuthTask to move userStopOperation into parent classThomas Lenz1-11/+42
2020-12-23add new module that include common-code for SpringBoot applicationsThomas Lenz1-4/+1
2020-12-14set TransactionId as MDC property in case of a found but invalid pendingRequestThomas Lenz1-0/+7
2020-12-09add findSecBugs extension into spotbugs plug-inThomas Lenz1-26/+9
2020-11-26fix codestyle issueThomas Lenz1-4/+4
2020-11-20fix bug in central error-handling that lead to a ClassCastException in some c...Thomas Lenz1-22/+34
2020-11-06adapt logging to improve debuggingThomas Lenz1-1/+8
2020-10-21add new configuration property to switch between log-level "WARN" and "INFO" ...Thomas Lenz1-70/+72
2020-09-08fix some broken jUnit testsThomas Lenz1-1/+1
2020-09-02opimize logging of BpkBuilder implementationThomas Lenz1-8/+11
2020-07-30update MOA-Sig verification API to set signature-verification timestampThomas Lenz1-2/+27
2020-07-01update log message in case of SL2.0 VDA connection errorThomas Lenz2-32/+50
2020-05-04add Pattern for encryped bPK target identifier and add new method into BpkBui...Thomas Lenz1-0/+26
2020-04-22update log messages and pendingRequest clean-up in finalization stepThomas Lenz2-15/+9
2020-04-01update process-engine support HTTP POST and GET error forwarting.Thomas Lenz1-0/+43
2020-04-01fix wrong format in case of encrypted wbPKsThomas Lenz1-20/+37
2020-03-31switch internal wbPK target-identifier for FN, ZVR, and ERSB to XFN, XZVR, an...Thomas Lenz2-77/+122
2020-03-26some more editorial changesThomas Lenz1-5/+5
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different authenti...Thomas Lenz1-1/+1
2020-03-10Change internal representation of IssuerInstant from String to DateThomas Lenz1-20/+65
2020-02-26update wrong log messagesThomas Lenz1-3/+3
2020-02-24fix wrong or missing error messagesThomas Lenz1-1/+1
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz2-20/+52
2019-12-05some code code-style modificationsThomas10-458/+464
2019-12-04to some more code quality tasksThomas4-27/+22
2019-12-04common EGIZ code-style refactoringThomas Lenz11-3077/+3188
2019-11-21set process-canceled flag in case of user stops authprocessThomas Lenz1-7/+25
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 Lenz2-18/+20
2019-10-16Check if Consent is required before protocol post-processing starts. The proc...Thomas1-8/+13
2019-10-01inject ResourceLoader to facilitate Spring based resource loadingThomas Lenz1-0/+2
2019-09-16fix problems after interface refactoringThomas Lenz1-3/+3
2019-08-20some small fixesThomas Lenz1-1/+1
2019-08-05add AbstractLocaleAuthServletTask.java into EAAF-core1.0.8Thomas Lenz1-4/+3
2019-07-30some some updatesThomas Lenz2-3/+3
2019-07-09fix bug in BPKBuilder.java and make methods staticThomas Lenz1-27/+27
2019-07-04fix some small bugs in SL2.0 moduleThomas Lenz1-15/+17
2019-06-28some small updatesThomas Lenz1-6/+6
2019-06-06change error messages in case of InvalidProtocolExceptionsThomas Lenz1-12/+12
2019-05-29add new attribute builderThomas Lenz2-4/+10
2019-05-24update message-logging and remove explicit Logger implementationThomas Lenz1-3/+10
2019-05-17refactor EAAF core to split API and ImplementationThomas Lenz1-4/+13
2019-05-06update error message generation to add msg parameters into GUI modelThomas Lenz1-21/+36
2019-05-04fix bug in PendingRequestStorageThomas1-17/+18
2019-05-03update process finalization and update pendingReqIdGenerationStrategyThomas Lenz3-21/+42
2019-04-23integrate Spring ModelAndView into EAAF GUI frameworkThomas Lenz1-7/+13
2019-04-23add different strategies for pendingRequestId generationThomas Lenz1-43/+118