Age | Commit message (Expand) | Author | Files | Lines |
2021-03-04 | Refactor SimpleMobilePhoneData to make it immutable | Christian Kollmann | 3 | -13/+15 |
2021-03-04 | Refactor RegisterResult to make it immutable | Christian Kollmann | 1 | -17/+15 |
2021-03-04 | Refactor SimpleEidasData to make it immutable | Christian Kollmann | 2 | -25/+24 |
2021-03-04 | Refactor ErnpData to make it immutable | Christian Kollmann | 8 | -167/+105 |
2021-03-04 | Document input, output, transitions for each task | Christian Kollmann | 9 | -179/+314 |
2021-02-25 | Refactor and test ReceiveOtherLoginMethodGuiResponse | Christian Kollmann | 2 | -36/+40 |
2021-02-25 | Implement and test ReceiveAustrianResidenceGuiResponseTask | Christian Kollmann | 6 | -54/+114 |
2021-02-25 | Test input/output for MobilePhoneSignature task | Christian Kollmann | 1 | -1/+1 |
2021-02-25 | Refactor tasks for MobilePhoneSignature login and tests | Christian Kollmann | 2 | -59/+64 |
2021-02-22 | Refactor tasks for MobilePhoneSignature login | Christian Kollmann | 2 | -228/+203 |
2021-02-22 | Refactor: Use less static imports | Christian Kollmann | 1 | -24/+16 |
2021-02-22 | Refactor storing search results for matching eIDAS data | Christian Kollmann | 3 | -57/+105 |
2021-02-22 | Refactor exception throwing and some names | Christian Kollmann | 4 | -91/+104 |
2021-02-22 | Move country specific search in registers into common service | Christian Kollmann | 6 | -83/+74 |
2021-02-22 | Add service to consolidate register search access | Christian Kollmann | 3 | -88/+93 |
2021-02-22 | Refactor: Use EqualsBuilder for equality checks | Christian Kollmann | 1 | -38/+10 |
2021-02-22 | Refactor InitialSearchTask: Use more static imports | Christian Kollmann | 1 | -42/+25 |
2021-02-22 | Add method to parse citizen country code from eIDAS personal identifier | Christian Kollmann | 1 | -3/+22 |
2021-02-22 | Refactor InitialSearchTask: Pass execution context as parameter | Christian Kollmann | 1 | -25/+27 |
2021-02-22 | Rename tasks to clarify functionality | Christian Kollmann | 6 | -29/+30 |
2021-02-19 | refactoring of ID Austria connection client and add/update of jUnit tests | Thomas | 13 | -398/+255 |
2021-02-15 | Constants for GUI endpoints, load values from config, ID Austria signal contr... | Alexander Marsalek | 5 | -8/+22 |
2021-02-12 | tests working, added IdAustriaClientAuthSignalController | Alexander Marsalek | 5 | -37/+117 |
2021-02-12 | compare eiddata with mobile phone signature data | Alexander Marsalek | 2 | -8/+89 |
2021-02-09 | added mandatory attributes, all except 2 test work | Alexander Marsalek | 1 | -5/+14 |
2021-02-09 | extract qaa & IssueInstant | Alexander Marsalek | 2 | -11/+15 |
2021-02-08 | added ReceiveMobilePhoneSignatureResponseAndSearchInRegistersTaskTest | Alexander Marsalek | 1 | -2/+4 |
2021-02-08 | GenerateMobilePhoneSignatureRequestTaskTest | Alexander Marsalek | 2 | -67/+34 |
2021-02-05 | added test for ReceiveLoginMethodGuiResponse | Alexander Marsalek | 4 | -9/+18 |
2021-02-02 | more transitions & tests | Alexander Marsalek | 9 | -169/+365 |
2021-01-29 | remove unnecessary classes | Alexander Marsalek | 13 | -942/+63 |
2021-01-29 | fixed package name, added JCE | Alexander Marsalek | 18 | -20/+857 |
2021-01-28 | rename to IdAustriaClient | Alexander Marsalek | 10 | -68/+68 |
2021-01-28 | junit keystore and config | Alexander Marsalek | 2 | -2/+2 |
2021-01-26 | copied and adapted classes for PVP request creation for mobile signature | Alexander Marsalek | 10 | -0/+1804 |
2021-01-22 | processing after mobilephone auth response | Alexander Marsalek | 13 | -88/+201 |
2021-01-18 | Merge branch 'base' into issue6 | Alexander Marsalek | 13 | -316/+228 |
2021-01-15 | fix for test102* | Alexander Marsalek | 1 | -3/+17 |
2021-01-15 | added task/gui for step 10 (addional eidas eid) and 14 (mobile phone sig) | Alexander Marsalek | 10 | -11/+202 |
2021-01-15 | fix merge problem in EidasResponseUtils.java | Thomas Lenz | 1 | -33/+38 |
2021-01-15 | Add null check for more safety | Christian Kollmann | 1 | -1/+1 |
2021-01-15 | Use generic list types in parameters and return types | Christian Kollmann | 8 | -73/+53 |
2021-01-15 | Fix typo | Christian Kollmann | 1 | -41/+50 |
2021-01-15 | Resolve merge comments | Alexander Marsalek | 19 | -313/+425 |
2021-01-15 | constructor based injection, randomized values for testing, added constants | Alexander Marsalek | 8 | -125/+59 |
2021-01-15 | Review code | Christian Kollmann | 5 | -1/+14 |
2021-01-15 | Update .gitignore | Christian Kollmann | 1 | -6/+2 |
2021-01-15 | added register update method | Alexander Marsalek | 5 | -2/+32 |
2021-01-15 | country specific tests | Alexander Marsalek | 6 | -83/+70 |
2021-01-15 | removed CountrySpecificDetailSearchResult, implemented countryspecific search... | Alexander Marsalek | 9 | -45/+88 |