Repair Portal defects; upgrade Docker build.
[portal.git] / ecomp-portal-BE-common / src / main / java / org / openecomp / portalapp / portal / utils / EPCommonSystemProperties.java
1 /*-
2  * ================================================================================
3  * ECOMP Portal
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
10  * 
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  * 
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  * ================================================================================
19  */
20 package org.openecomp.portalapp.portal.utils;
21
22 import org.openecomp.portalsdk.core.util.SystemProperties;
23
24 public class EPCommonSystemProperties extends SystemProperties {
25
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";
36         
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";
41         
42         public static final String USH_TICKET_URL                                               = "ush_ticket_url"; 
43
44         public static final String EXTERNAL_API_RESPONSE_CODE                   = "External_API_ResponseCode";
45         public static final String COOKIE_DOMAIN                        = "cookie_domain";
46
47         public static final String FEEDBACK_EMAIL_ADDRESS                               = "feedback_email_address";
48         public static final String PORTAL_INFO_URL                                              = "portal_info_url";
49         
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";
52         
53         public static final String NOTIFICATION_UPDATE_RATE                             = "notification_update_rate";
54         public static final String NOTIFICATION_UPDATE_DURATION                 = "notification_update_duration";
55         
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";
58                 
59         public static final String AUDITLOG_DEL_DAY_FROM                                = "auditlog_del_day_from";
60         public static final String AUDITLOG_DELETE_CRON                                 = "auditlog_delete_cron";
61         
62         public static final String AUTH_USER_SERVER                                     = "auth_user_server";
63         public static final String EXTERNAL_ACCESS_ENABLE                               = "external_access_enable";
64         public static final String WIDGET_MS_PROTOCOL                                   = "microservices.widget.protocol";
65         public static final String WIDGET_MS_HOSTNAME                                   = "microservices.widget.hostname";
66
67 }