X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ecomp-portal-BE-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportalapp%2Fportal%2Futils%2FEPCommonSystemProperties.java;h=981a2ac67fc0c418ffad803db56d5fa2e1e831bd;hb=8e83c25788017acd56271a72286f7dcbc974e76d;hp=e253bfcfda3ce94c4e71d295c0d7bde44a0d84ab;hpb=6e50276a42ab82cfe34ced9cf97e545283f37f2a;p=portal.git diff --git a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/utils/EPCommonSystemProperties.java b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/utils/EPCommonSystemProperties.java index e253bfcf..981a2ac6 100644 --- a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/utils/EPCommonSystemProperties.java +++ b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/utils/EPCommonSystemProperties.java @@ -90,6 +90,9 @@ public class EPCommonSystemProperties extends SystemProperties { public static final String WIDGET_MS_PROTOCOL = "microservices.widget.protocol"; public static final String WIDGET_MS_HOSTNAME = "microservices.widget.hostname"; + public static final String WIDGET_ML_PROTOCOL = "microservices.ml.protocol"; + public static final String WIDGET_ML_HOSTNAME = "microservices.ml.hostname"; + public static final String WIDGET_ML_PORT = "microservices.ml.port"; public static final String REMOTE_CENTRALIZED_SYSTEM_ACCESS = "remote_centralized_system_access"; public static final String APP_DISPLAY_PASSWORD = "*******"; @@ -102,4 +105,7 @@ public class EPCommonSystemProperties extends SystemProperties { public static final String PASSWORD = "password"; public static final String PORTAL_LEFT_MENU = "portal_left_menu"; + public static final String EPSERVICE_COOKIE_SECURE = "epsservice.cookie.secure"; + public static final String MULTI_FACTOR_AUTH_FRONTEND_URL = "frontend_url"; + }