From e123bad9e4c49102ef7a4d98396c0e252e2b4759 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Wed, 19 Jan 2022 19:05:58 +0100 Subject: test(core): add extension of 'AuthenticatedEncryptionPendingRequestIdGenerationStrategy' that allows generation of already expired tokens --- .../resources/SpringTest-context_authManager.xml | 38 +--------------- ...xt_authManager_without_pendingReqGeneration.xml | 50 ++++++++++++++++++++++ 2 files changed, 51 insertions(+), 37 deletions(-) create mode 100644 eaaf_core/src/test/resources/SpringTest-context_authManager_without_pendingReqGeneration.xml (limited to 'eaaf_core/src') diff --git a/eaaf_core/src/test/resources/SpringTest-context_authManager.xml b/eaaf_core/src/test/resources/SpringTest-context_authManager.xml index d7b148d0..faec351d 100644 --- a/eaaf_core/src/test/resources/SpringTest-context_authManager.xml +++ b/eaaf_core/src/test/resources/SpringTest-context_authManager.xml @@ -9,43 +9,7 @@ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd"> - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/eaaf_core/src/test/resources/SpringTest-context_authManager_without_pendingReqGeneration.xml b/eaaf_core/src/test/resources/SpringTest-context_authManager_without_pendingReqGeneration.xml new file mode 100644 index 00000000..5ed5dde8 --- /dev/null +++ b/eaaf_core/src/test/resources/SpringTest-context_authManager_without_pendingReqGeneration.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3