aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/authmodule-eIDAS-v2/src/main
AgeCommit message (Expand)AuthorFilesLines
2021-02-25Implement and test ReceiveAustrianResidenceGuiResponseTaskChristian Kollmann6-54/+114
2021-02-25Test input/output for MobilePhoneSignature taskChristian Kollmann1-1/+1
2021-02-25Refactor tasks for MobilePhoneSignature login and testsChristian Kollmann3-60/+65
2021-02-22Refactor tasks for MobilePhoneSignature loginChristian Kollmann2-228/+203
2021-02-22Refactor: Use less static importsChristian Kollmann1-24/+16
2021-02-22Refactor storing search results for matching eIDAS dataChristian Kollmann3-57/+105
2021-02-22Refactor exception throwing and some namesChristian Kollmann4-91/+104
2021-02-22Move country specific search in registers into common serviceChristian Kollmann7-85/+76
2021-02-22Add service to consolidate register search accessChristian Kollmann4-88/+95
2021-02-22Refactor: Use EqualsBuilder for equality checksChristian Kollmann1-38/+10
2021-02-22Refactor InitialSearchTask: Use more static importsChristian Kollmann1-42/+25
2021-02-22Add method to parse citizen country code from eIDAS personal identifierChristian Kollmann1-3/+22
2021-02-22Refactor InitialSearchTask: Pass execution context as parameterChristian Kollmann1-25/+27
2021-02-22Rename tasks to clarify functionalityChristian Kollmann8-63/+70
2021-02-19refactoring of ID Austria connection client and add/update of jUnit testsThomas16-437/+330
2021-02-15Constants for GUI endpoints, load values from config, ID Austria signal contr...Alexander Marsalek5-8/+22
2021-02-12tests working, added IdAustriaClientAuthSignalControllerAlexander Marsalek6-37/+120
2021-02-12compare eiddata with mobile phone signature dataAlexander Marsalek2-8/+89
2021-02-09added mandatory attributes, all except 2 test workAlexander Marsalek1-5/+14
2021-02-09extract qaa & IssueInstantAlexander Marsalek2-11/+15
2021-02-08add Binding Public-Key into technical AuthBlock in case of an ID Austria processThomas1-0/+12
2021-02-08added ReceiveMobilePhoneSignatureResponseAndSearchInRegistersTaskTestAlexander Marsalek1-2/+4
2021-02-08GenerateMobilePhoneSignatureRequestTaskTestAlexander Marsalek2-67/+34
2021-02-05added test for ReceiveLoginMethodGuiResponseAlexander Marsalek5-11/+20
2021-02-02more transitions & testsAlexander Marsalek11-177/+377
2021-01-29remove unnecessary classesAlexander Marsalek13-942/+63
2021-01-29fixed package name, added JCEAlexander Marsalek19-23/+860
2021-01-28rename to IdAustriaClientAlexander Marsalek11-71/+71
2021-01-28junit keystore and configAlexander Marsalek3-2/+9
2021-01-26copied and adapted classes for PVP request creation for mobile signatureAlexander Marsalek11-0/+1808
2021-01-22processing after mobilephone auth responseAlexander Marsalek14-89/+202
2021-01-19build 'requesterId' for private-sector SP's based on hashed unique AppIdsThomas Lenz4-54/+158
2021-01-18Merge branch 'base' into issue6Alexander Marsalek14-316/+229
2021-01-15fix for test102*Alexander Marsalek1-3/+17
2021-01-15added task/gui for step 10 (addional eidas eid) and 14 (mobile phone sig)Alexander Marsalek12-11/+225
2021-01-15fix merge problem in EidasResponseUtils.javaThomas Lenz1-33/+38
2021-01-15Add null check for more safetyChristian Kollmann1-1/+1
2021-01-15Use generic list types in parameters and return typesChristian Kollmann8-73/+53
2021-01-15Fix typoChristian Kollmann1-41/+50
2021-01-15Resolve merge commentsAlexander Marsalek20-314/+426
2021-01-15constructor based injection, randomized values for testing, added constantsAlexander Marsalek8-125/+59
2021-01-15Review codeChristian Kollmann5-1/+14
2021-01-15Update .gitignoreChristian Kollmann1-6/+2
2021-01-15added register update methodAlexander Marsalek5-2/+32
2021-01-15country specific testsAlexander Marsalek6-83/+70
2021-01-15removed CountrySpecificDetailSearchResult, implemented countryspecific search...Alexander Marsalek9-45/+88
2021-01-15added country specific search classesAlexander Marsalek6-19/+78
2021-01-15implemented CountrySpecificDetailSearchResult, changed datetime to stringAlexander Marsalek4-18/+51
2021-01-15added machting (3-4) + testsAlexander Marsalek5-30/+140
2021-01-15return bPkAlexander Marsalek1-22/+31