2  * ================================================================================
 
   4  * ================================================================================
 
   5  * Copyright (C) 2017 AT&T Intellectual Property
 
   6  * ================================================================================
 
   7  * Licensed under the Apache License, Version 2.0 (the "License");
 
   8  * you may not use this file except in compliance with the License.
 
   9  * You may obtain a copy of the License at
 
  11  *      http://www.apache.org/licenses/LICENSE-2.0
 
  13  * Unless required by applicable law or agreed to in writing, software
 
  14  * distributed under the License is distributed on an "AS IS" BASIS,
 
  15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
  16  * See the License for the specific language governing permissions and
 
  17  * limitations under the License.
 
  18  * ================================================================================
 
  20 package org.openecomp.portalapp.portal.utils;
 
  22 import org.openecomp.portalsdk.core.util.SystemProperties;
 
  24 public class EPCommonSystemProperties extends SystemProperties {
 
  26         public static final String LOGIN_URL_NO_RET_VAL                         = "login_url_no_ret_val";
 
  27         public static final String ECOMP_APP_ID                         = "ecomp_app_id";
 
  28         public static final String SYS_ADMIN_ROLE_ID                    = "sys_admin_role_id";
 
  29         public static final String DUBLICATED_FIELD_VALUE_ECOMP_ERROR   = "1201";
 
  30         public static final String ACCOUNT_ADMIN_ROLE_ID                = "account_admin_role_id";
 
  31         public static final String RESTRICTED_APP_ROLE_ID                               = "restricted_app_role_id";
 
  32         public static final String FE_URL                                       = "frontend_url";
 
  33         public static final String HEALTH_POLL_INTERVAL_SECONDS         = "health_poll_interval_seconds";
 
  34         public static final String HEALTHFAIL_ALERT_EVERY_X_INTERVALS   = "health_fail_alert_every_x_intervals";
 
  35         public static final String USER_GUIDE_URL                       = "user_guide_link";
 
  37         public static final String USER_FIRST_NAME                                              = "USER_FIRST_NAME";
 
  38         public static final String USER_LAST_NAME                                               = "USER_LAST_NAME";
 
  39         public static final String USER_EMAIL                                                   = "USER_EMAIL";
 
  40         public static final String USER_ORG_USERID                                              = "USER_ORG_USERID";
 
  42         public static final String USH_TICKET_URL                                               = "ush_ticket_url"; 
 
  44         public static final String EXTERNAL_API_RESPONSE_CODE                   = "External_API_ResponseCode";
 
  45         public static final String COOKIE_DOMAIN                        = "cookie_domain";
 
  47         public static final String FEEDBACK_EMAIL_ADDRESS                               = "feedback_email_address";
 
  48         public static final String PORTAL_INFO_URL                                              = "portal_info_url";
 
  50         public static final String ONLINE_USER_UPDATE_RATE                              = "online_user_update_rate";
 
  51         public static final String ONLINE_USER_UPDATE_DURATION                  = "online_user_update_duration";
 
  53         public static final String NOTIFICATION_UPDATE_RATE                             = "notification_update_rate";
 
  54         public static final String NOTIFICATION_UPDATE_DURATION                 = "notification_update_duration";
 
  56         public static final String WINDOW_WIDTH_THRESHOLD_LEFT_MENU             = "window_width_threshold_left_menu";
 
  57         public static final String WINDOW_WIDTH_THRESHOLD_RIGHT_MENU    = "window_width_threshold_right_menu";
 
  59         public static final String AUDITLOG_DEL_DAY_FROM                                = "auditlog_del_day_from";
 
  60         public static final String AUDITLOG_DELETE_CRON                                 = "auditlog_delete_cron";
 
  62         public static final String AUTH_USER_SERVER                                     = "auth_user_server";
 
  63         public static final String EXTERNAL_ACCESS_ENABLE                               = "external_access_enable";