aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-25Remove dependency to Powermock, everything can be done with MockitoChristian Kollmann9-558/+519
2021-02-25Prepare for Mockito testing of MobilePhoneSignature taskChristian Kollmann5-30/+63
2021-02-25Refactor tasks for MobilePhoneSignature login and testsChristian Kollmann5-603/+436
2021-02-22Refactor tasks for MobilePhoneSignature loginChristian Kollmann5-445/+378
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 Kollmann5-129/+126
2021-02-22Move country specific search in registers into common serviceChristian Kollmann8-94/+85
2021-02-22Add service to consolidate register search accessChristian Kollmann5-93/+103
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-22Ignore Ignite working directoryChristian Kollmann1-0/+1
2021-02-22Refactor test for InitialSearchTaskChristian Kollmann1-54/+50
2021-02-22Rename tasks to clarify functionalityChristian Kollmann12-91/+94
2021-02-22Fix type in property "gui.countryselection.cancel"Christian Kollmann10-264/+264
2021-02-19refactoring of ID Austria connection client and add/update of jUnit testsThomas51-1946/+2020
2021-02-15Constants for GUI endpoints, load values from config, ID Austria signal contr...Alexander Marsalek6-9/+30
2021-02-12tests working, added IdAustriaClientAuthSignalControllerAlexander Marsalek11-40/+284
2021-02-12compare eiddata with mobile phone signature dataAlexander Marsalek3-11/+164
2021-02-09added mandatory attributes, all except 2 test workAlexander Marsalek3-9/+27
2021-02-09extract qaa & IssueInstantAlexander Marsalek10-102/+60
2021-02-08added ReceiveMobilePhoneSignatureResponseAndSearchInRegistersTaskTestAlexander Marsalek16-7/+1296
2021-02-08GenerateMobilePhoneSignatureRequestTaskTestAlexander Marsalek13-67/+1679
2021-02-05added test for ReceiveLoginMethodGuiResponseAlexander Marsalek7-13/+161
2021-02-02more transitions & testsAlexander Marsalek25-223/+873
2021-01-29remove unnecessary classesAlexander Marsalek15-943/+65
2021-01-29fixed package name, added JCEAlexander Marsalek20-23/+869
2021-01-28rename to IdAustriaClientAlexander Marsalek13-141/+137
2021-01-28Merge branch 'issue6' of gitlab.iaik.tugraz.at:egiz/eidas_at_proxy into issue6Thomas Lenz6-2/+84
2021-01-28update SAML2 IDP elements of MS-specific Connector to current snapshot versio...Thomas Lenz3-49/+42
2021-01-28junit keystore and configAlexander Marsalek6-2/+84
2021-01-27fix problem in jUnit tests that depends on static Apache-Ignite holder in eID...Thomas Lenz3-4/+25
2021-01-26copied and adapted classes for PVP request creation for mobile signatureAlexander Marsalek12-0/+1819
2021-01-22processing after mobilephone auth responseAlexander Marsalek15-90/+203
2021-01-18Merge branch 'base' into issue6Alexander Marsalek146-1753/+24244
2021-01-15fix for test102*Alexander Marsalek2-14/+28
2021-01-15add 'docker' tag into GitLab CI runner to select a shared docker based runnerThomas Lenz1-0/+6
2021-01-15added task/gui for step 10 (addional eidas eid) and 14 (mobile phone sig)Alexander Marsalek12-11/+225
2021-01-15temporary deactivate Code-Coverage violation-check, because new eIDAS-matchin...Thomas Lenz1-1/+1
2021-01-15fix merge problem in EidasResponseUtils.javaThomas Lenz2-73/+70
2021-01-15Add null check for more safetyChristian Kollmann1-1/+1
2021-01-15Rename variables in test for better readabilityChristian Kollmann1-83/+94
2021-01-15Use clear Arrange-Act-Assert structure in testsChristian Kollmann1-57/+31
2021-01-15Use random values in testsChristian Kollmann1-64/+47
2021-01-15Use generic list types in parameters and return typesChristian Kollmann9-111/+70
2021-01-15Improve readability of test cases by using modern syntaxChristian Kollmann1-84/+67
2021-01-15Fix typoChristian Kollmann1-41/+50
2021-01-15Streamline mock creation in testsChristian Kollmann1-46/+7