aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/test/java/at/gv/egovernment/moa/id
AgeCommit message (Collapse)AuthorFilesLines
2019-02-18add 'Austrian eID' demo-mode to simulate attribute behavior from 2020Thomas Lenz1-0/+6
2018-07-13some bug fixesThomas Lenz1-1/+1
2018-07-12Merge branch 'eIDAS_node_2.0_tests' into huge_refactoringThomas Lenz6-0/+1503
# Conflicts: # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/builder/AuthenticationDataBuilder.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/builder/BPKBuilder.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/parser/VerifyXMLSignatureResponseParser.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/validator/VerifyXMLSignatureResponseValidator.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/OAAuthParameterDecorator.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/data/DynamicOAAuthParameters.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/data/AuthenticationData.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/AuthenticationManager.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/builder/attributes/EncryptedBPKAttributeBuilder.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/utils/AssertionAttributeExtractor.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/utils/SAML2Utils.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/verification/metadata/SchemaValidationFilter.java # id/server/idserverlib/src/main/resources/moaid.authentication.beans.xml # id/server/idserverlib/src/test/java/at/gv/egovernment/moa/id/module/test/TestRequestImpl.java # id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/MOAIDAuthConstants.java # id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/api/IOAAuthParameters.java # id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/config/ConfigurationMigrationUtils.java # id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/utils/KeyValueUtils.java # id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/src/main/java/at/gv/egovernment/moa/id/auth/modules/bkamobileauthtests/BKAMobileAuthModule.java # id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/src/main/java/at/gv/egovernment/moa/id/auth/modules/bkamobileauthtests/tasks/FirstBKAMobileAuthTask.java # id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/sl20/JsonSecurityUtils.java # id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/tasks/CreateQualeIDRequestTask.java # id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/tasks/ReceiveQualeIDTask.java # id/server/modules/module-monitoring/src/main/java/at/gv/egovernment/moa/id/monitoring/IdentityLinkTestModule.java
2018-06-14some more stuffThomas Lenz18-1408/+3
2018-06-12add jUnit simple test for AuthDataBuilder and foreign bPK generationThomas Lenz7-11/+898
2018-06-11add jUnit for user-restrication whitelist-storeThomas Lenz2-0/+523
2018-05-28refactore code to use EAAF core componentsThomas Lenz11-16/+16
2016-10-25fix another problem in session databaseThomas Lenz1-9/+28
2016-10-21fix possible multi-threading problem with database connectionsThomas Lenz2-2/+0
2016-06-21refactor metadataprovider to Spring implementationThomas Lenz1-1/+3
2016-04-28Modifiing MOASessionDBUtilsChristian Maierhofer2-2/+2
2016-04-27Added some tests for redisChristian Maierhofer4-0/+380
2016-04-25Added DummyTransactionStorage for TestsChristian Maierhofer1-0/+135
2016-03-22fix junit testsThomas Lenz2-4/+6
2016-03-22add revisions log entriesThomas Lenz2-4/+0
2016-03-14refactor the GUI generation for user interactionThomas Lenz9-11/+11
2016-03-02temporarily commit to save stateThomas Lenz1-0/+11
2016-02-25solve problems with LogOut and Single LogOutThomas Lenz1-0/+18
2016-02-22refactor PVP implementation to share code with PVP Service-Provider modulsThomas Lenz1-0/+235
2016-02-19update ProcessEngine jUnit testsThomas Lenz10-27/+97
2016-02-18fix problem with pending-requests and protocol specific error messagesThomas Lenz3-3/+3
2016-02-17refactor JUnit testsThomas Lenz10-40/+85
2015-07-20remove deprecated MOA-ID 2.x configuration DAO functionalityThomas Lenz2-6/+6
2015-04-20first fix to solve problems with errorhandling and process managmentThomas Lenz4-4/+19
2015-02-06adjust process engine tests to process instance persistenceChristian Wagner2-24/+99
2015-01-30Merge remote-tracking branch 'remotes/origin/MOAID-62'Thomas Knall15-0/+772
Conflicts: id/server/auth/src/main/webapp/WEB-INF/applicationContext.xml id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/moduleregistration/AuthModuleImpl.java id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.moduleregistration.AuthModule
2015-01-29integrate process engine from project 'dti-process-engine'Christian Wagner6-8/+27
- fix unit tests - correct namespaces - refactor package name
2015-01-29integrate process engine from project 'dti-process-engine'Gerwin Gsenger22-835/+756
2015-01-29integrate process engine from project 'dti-process-engine' - INCOMPLETE!Christian Wagner7-0/+835
- commit neccessary in order to avoid blocking the development process additional small fix due to earlier package renaming