aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-12Refactor creating random results in testsChristian Kollmann1-373/+293
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 Kollmann9-48/+413
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-12Rename test class to match implementation nameChristian Kollmann1-1/+1
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 informationThomas13-20/+411
2021-06-25switch to next snapshot versionThomas6-6/+6
2021-06-25switch to next release version1.2.2Thomas8-6/+365
2021-06-25fix bug in combination with EidasNode v2.5 and DE MiddlewareThomas8-6/+76
2021-06-16add ZMR update process into ZMRClientThomas23-189/+370
2021-06-15further optimizations and bug fixing in matching codeThomas32-407/+1150
2021-06-15fix some warning in maven build process and switch to another GitLab CI maven...Thomas3-17/+9
2021-06-15add ZMR client, to some re-factoring, and a lot of bug-fixingThomas238-1177/+20234
2021-05-28switch to next snapshot versionThomas6-6/+6
2021-05-28switch to next release version1.2.1Thomas7-6/+63
2021-05-28fix broken language selection in GUIThomas2-2/+17
2021-05-14switch to next snapshot versionThomas6-6/+6
2021-05-12switch to release version1.2.0Thomas11-11/+30
2021-05-12update third-party libs to latest versionsThomas14-135/+63
2021-03-12update StatusMessageProvider for better distiguish between internal and exter...Thomas2-5/+11
2021-03-12Merge branch 'feature/requesterId_and_lu' into 'nightlybuild'Thomas Lenz23-69/+241
2021-03-11update package names after refactoring of eaaf-componentsThomas2-3/+3
2021-03-10switch to EAAF-components 1.1.13-SNAPSHOT to add EID-IDENTITY-STATUS-LEVEL at...Thomas14-17/+98
2021-03-10Merge branch 'nightlybuild' of gitlab.iaik.tugraz.at:egiz/eidas_at_proxy into...Thomas0-0/+0
2021-03-05Fix checkstyle violationsChristian Kollmann11-72/+67
2021-03-04Copy post processing eIDAS attributes to InitialSearchTaskChristian Kollmann5-43/+51
2021-03-04Replace ErnpEidData with SimpleEidasDataChristian Kollmann11-154/+85
2021-03-04Move creating request objects into SzrClientChristian Kollmann4-277/+105
2021-03-04Remove setting QAA level from CreateIdentityLinkChristian Kollmann3-25/+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 Kollmann4-68/+57
2021-03-04Refactor CreateIdentityLinkTask for more readabilityChristian Kollmann4-215/+215
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 Kollmann4-42/+41
2021-03-04Refactor ErnpData to make it immutableChristian Kollmann11-227/+165
2021-03-04Document input, output, transitions for each taskChristian Kollmann11-192/+330
2021-02-25Refactor and test ReceiveOtherLoginMethodGuiResponseChristian Kollmann3-78/+87