aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/authmodule-eIDAS-v2
AgeCommit message (Expand)AuthorFilesLines
2021-01-12Add null check for more safetyChristian Kollmann1-1/+1
2021-01-12Rename variables in test for better readabilityChristian Kollmann1-83/+94
2021-01-12Use clear Arrange-Act-Assert structure in testsChristian Kollmann1-57/+31
2021-01-12Use random values in testsChristian Kollmann1-64/+47
2021-01-12Use generic list types in parameters and return typesChristian Kollmann9-111/+70
2021-01-12Improve readability of test cases by using modern syntaxChristian Kollmann1-84/+67
2021-01-12created tasks and beansAlexander Marsalek8-66/+66
2021-01-12Fix typoChristian Kollmann1-12/+12
2021-01-12Streamline mock creation in testsChristian Kollmann1-46/+7
2021-01-11fix some minor incompatibilities between AuthHandler and MS-Connector in E-ID...Thomas Lenz5-35/+106
2021-01-11Resolve merge commentsAlexander Marsalek22-570/+635
2021-01-08add some jUnit test for SZR communicationThomas Lenz5-14/+70
2021-01-07switch from custom monitoring to Spring-Actuator healthchecksThomas Lenz3-6/+10
2021-01-07update jUnit test that implements communication with real SZR serviceThomas Lenz2-2/+23
2021-01-04Gui creation part 1Alexander Marsalek6-11/+54
2021-01-04created empty tasksAlexander Marsalek5-0/+330
2021-01-04constructor based injection, randomized values for testing, added constantsAlexander Marsalek9-299/+174
2021-01-04Review codeChristian Kollmann6-2/+26
2021-01-04Update .gitignoreChristian Kollmann1-6/+2
2021-01-04added register update methodAlexander Marsalek5-2/+32
2021-01-04country specific testsAlexander Marsalek8-137/+327
2021-01-042 more tests (bean mocking still missing)Alexander Marsalek1-1/+84
2021-01-04removed CountrySpecificDetailSearchResult, implemented countryspecific search...Alexander Marsalek9-45/+88
2021-01-04added country specific search classesAlexander Marsalek6-18/+77
2021-01-04Testcase no match found addedAlexander Marsalek1-0/+32
2021-01-04implemented CountrySpecificDetailSearchResult, changed datetime to stringAlexander Marsalek4-18/+51
2021-01-04added machting (3-4) + testsAlexander Marsalek6-34/+276
2021-01-04return bPkAlexander Marsalek1-22/+31
2021-01-04added two testsAlexander Marsalek4-39/+121
2021-01-04added (non working) testAlexander Marsalek3-11/+178
2021-01-04added dummy ZMR & ERnB clientAlexander Marsalek14-161/+569
2021-01-04general workflow steps 1-8Alexander Marsalek8-1/+391
2020-12-26fix broken jUnit testsThomas Lenz2-1/+116
2020-12-22add jUnit tests for configuration-operationsThomas Lenz8-11/+11
2020-12-22add jUnit tests improve test coverageThomas Lenz34-641/+2250
2020-12-21switch to eIDAS Ref Impl. v2.5Thomas Lenz27-13/+2271
2020-12-14exclude generated sources from jUnit code-coverage validationThomas Lenz1-0/+20
2020-12-11add more jUnit tests for stabilisationThomas Lenz2-15/+39
2020-12-11fix wrong flag in SZR client to get encryptedBaseIdThomas Lenz2-5/+84
2020-12-11update AuthBlock to new formatThomas Lenz2-3/+26
2020-12-11add 'findSecBugs' plug-in into 'spotBugs' module and solve bugs or exclude fa...Thomas Lenz4-19/+38
2020-11-27fix a code-style issueThomas Lenz1-4/+1
2020-11-27upatate AuthBlock format in case of E-ID like authenticationThomas Lenz4-40/+57
2020-11-24remove unused codeThomas Lenz2-2/+1
2020-11-13improved Junit testslalber1-84/+120
2020-11-11verify on start-up, if AuthBlock signing-key is accessableThomas Lenz1-0/+4
2020-11-07code clean-up and first jUnit test modifications for CreateIdentityLink taskThomas Lenz9-323/+563
2020-11-06some improvementslalber3-64/+97
2020-11-05Test fixeslalber2-58/+87
2020-11-04Attribute builder tests EidasBindAttributeBuilderTest and AuthBlockAttributeB...lalber2-11/+9