aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/authmodule-eIDAS-v2/src/main
AgeCommit message (Expand)AuthorFilesLines
2021-11-16restructure matching step via alternative-eIDAS-authentication and add jUnit ...Thomas3-75/+181
2021-11-15add jUnit test for InitialSearchTask that uses production like responses from...Thomas1-9/+14
2021-11-12fix some small bugs in ZMR client that we found by adding jUnit testsThomas1-7/+9
2021-09-21fix some bugs in ZMRClient that we found during first testing with ZMR T-StageThomas1-8/+16
2021-09-15optimize Apache CXF logging handlerThomas1-9/+15
2021-09-07change ZMR Workflow identifier to String provided by BM.IThomas1-9/+18
2021-09-02Merge branch 'feature/matching_rebased' into feature/matching_baseThomas274-1325/+41496
2021-09-02Merge branch 'master' into feature/matching_rebasedThomas7-66/+200
2021-08-12fix wrong timezone in IDA authblockThomas1-2/+5
2021-08-09add logging into SoapClient initialization to improve errorhandlingThomas1-0/+2
2021-07-26add WDSL to search addresses by using ZMRThomas31-0/+16722
2021-07-26add country-specific search parameters for DEThomas1-4/+15
2021-07-26update ZMR client WSDL to new version and refactor code to new APIThomas7-45/+96
2021-07-15Add convenience constructors for RegisterStatusResultsChristian Kollmann1-14/+22
2021-07-15Update registers with data from initial and alternative eIDAS authnChristian Kollmann1-26/+34
2021-07-15Verify data of alternative eIDAS authn matches initial authnChristian Kollmann2-10/+34
2021-07-12Implement stub for step 7b in matching processChristian Kollmann2-89/+119
2021-07-12Extract common code for converting eIDAS attributes to simple mapChristian Kollmann3-130/+88
2021-07-12Add option to provide alternative eIDAS login for matching processChristian Kollmann8-45/+411
2021-07-12Fix typos, remove newlinesChristian Kollmann1-77/+46
2021-07-12Add documentation to task implementationsChristian Kollmann2-1/+37
2021-07-12Extract logical steps into separate methods to improve readabilityChristian Kollmann1-109/+114
2021-07-12Refactor log string formatting, typosChristian Kollmann1-45/+37
2021-07-12Extract logical steps into separate methods to improve readabilityChristian Kollmann1-51/+44
2021-07-12Refactor log string formattingChristian Kollmann1-16/+17
2021-07-12Rename bean to match class nameChristian Kollmann3-3/+3
2021-07-12Rename task to match bean nameChristian Kollmann1-3/+3
2021-07-12Rename bean to match class nameChristian Kollmann3-8/+8
2021-07-07add HTML template for additional eID informationThomas2-9/+10
2021-06-25fix bug in combination with EidasNode v2.5 and DE MiddlewareThomas2-1/+4
2021-06-16add ZMR update process into ZMRClientThomas11-155/+305
2021-06-15further optimizations and bug fixing in matching codeThomas17-238/+359
2021-06-15add ZMR client, to some re-factoring, and a lot of bug-fixingThomas219-861/+19568
2021-03-11update package names after refactoring of eaaf-componentsThomas1-1/+1
2021-03-10switch to EAAF-components 1.1.13-SNAPSHOT to add EID-IDENTITY-STATUS-LEVEL at...Thomas2-2/+9
2021-03-05Fix checkstyle violationsChristian Kollmann11-72/+67
2021-03-04Copy post processing eIDAS attributes to InitialSearchTaskChristian Kollmann4-38/+19
2021-03-04Replace ErnpEidData with SimpleEidasDataChristian Kollmann8-118/+58
2021-03-04Move creating request objects into SzrClientChristian Kollmann2-76/+34
2021-03-04Remove setting QAA level from CreateIdentityLinkChristian Kollmann1-3/+2
2021-03-04Move creating ERnP entry to SZRClientChristian Kollmann5-23/+105
2021-03-04Refactor documentationChristian Kollmann3-8/+8
2021-03-04Prevent SZRClient from creating ERnP entry if person does not existChristian Kollmann1-30/+30
2021-03-04Refactor CreateIdentityLinkTask for more readabilityChristian Kollmann2-208/+208
2021-03-04Refactor SimpleMobilePhoneData to make it immutableChristian Kollmann3-13/+15
2021-03-04Refactor RegisterResult to make it immutableChristian Kollmann1-17/+15
2021-03-04Refactor SimpleEidasData to make it immutableChristian Kollmann2-25/+24
2021-03-04Refactor ErnpData to make it immutableChristian Kollmann8-167/+105
2021-03-04Document input, output, transitions for each taskChristian Kollmann10-192/+329
2021-02-25Refactor and test ReceiveOtherLoginMethodGuiResponseChristian Kollmann2-36/+40