Merge "Changes made to upgrade pom version"
[portal.git] / ecomp-portal-BE-common / src / main / java / org / onap / portalapp / portal / utils / EPCommonSystemProperties.java
index 0d3ff51..981a2ac 100644 (file)
@@ -2,7 +2,7 @@
  * ============LICENSE_START==========================================
  * ONAP Portal
  * ===================================================================
- * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
  * ===================================================================
  *
  * Unless otherwise specified, all software contained herein is licensed
@@ -33,7 +33,7 @@
  *
  * ============LICENSE_END============================================
  *
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
 package org.onap.portalapp.portal.utils;
 
@@ -90,6 +90,22 @@ 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                                 = "*******";
+       
+       public static final String MS_WIDGET_LOCAL_PORT                 = "microservices.widget.local.port";
+       public static final String MS_WIDGET_UPLOAD_FLAG                = "microservices.widget.upload.flag";
+       public static final String UEB_KEY                                                              = "uebkey";
+       public static final String AUTHORIZATION                                                = "Authorization";
+       public static final String USERNAME                                                 = "username";
+       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";
+       
 }