diff options
author | Thomas <> | 2022-03-09 12:08:22 +0100 |
---|---|---|
committer | Thomas <> | 2022-03-09 12:08:22 +0100 |
commit | 2d55fe3f0f5a76c73d7c34c90c333cc4c7eb9b50 (patch) | |
tree | 0298c1178fd4a88299a759c51f7b689fc292f014 /eidas_modules/authmodule-eIDAS-v2/src/main | |
parent | 9a16e78a3403200bb100bec5f578fe84fb52c6c6 (diff) | |
download | National_eIDAS_Gateway-2d55fe3f0f5a76c73d7c34c90c333cc4c7eb9b50.tar.gz National_eIDAS_Gateway-2d55fe3f0f5a76c73d7c34c90c333cc4c7eb9b50.tar.bz2 National_eIDAS_Gateway-2d55fe3f0f5a76c73d7c34c90c333cc4c7eb9b50.zip |
chore(eidas): rename configuration property to support multiple ms-connector instances
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/src/main')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/Constants.java | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/Constants.java b/eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/Constants.java index ea1dc97a..2218ecb2 100644 --- a/eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/Constants.java +++ b/eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/Constants.java @@ -41,6 +41,10 @@ public class Constants { // configuration properties public static final String CONIG_PROPS_EIDAS_PREFIX = "auth.eIDAS"; + + public static final String CONIG_PROPS_EIDAS_WORKAROUND_STAGING_MS_CONNECTOR = + CONIG_PROPS_EIDAS_PREFIX + ".workarounds.staging.msconnector.endpoint"; + public static final String CONIG_PROPS_EIDAS_IS_TEST_IDENTITY = CONIG_PROPS_EIDAS_PREFIX + ".eid.testidentity.default"; public static final String CONIG_PROPS_EIDAS_NODE = CONIG_PROPS_EIDAS_PREFIX + ".node_v2"; @@ -124,9 +128,6 @@ public class Constants { public static final String CONIG_PROPS_EIDAS_SZRCLIENT_WORKAROUND_REVISIONLOGDATASTORE_ACTIVE = CONIG_PROPS_EIDAS_SZRCLIENT + ".revisionlog.eidmapping.active"; - - public static final String CONIG_PROPS_EIDAS_WORKAROUND_STAGING_MS_CONNECTOR = - CONIG_PROPS_EIDAS_SZRCLIENT + ".workarounds.staging.msconnector.endpoint"; @Deprecated public static final String CONIG_PROPS_EIDAS_SZRCLIENT_WORKAROUND_SQLLITEDATASTORE_URL = |