public class WebConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BUILD_TIMESTAMP |
static String |
CURRENT_USERS
User names of the logged-in users are stored in this map (session id -> user name) in the
ServletContext under this key
|
static String |
DENIED_PAGE
Session attribute name for the url of the page the user was trying to access when they failed
a privilege check
|
static String |
GP_ALLOWED_LOGIN_ATTEMPTS_PER_IP
Global property name for the number of times one IP can fail at logging in before being
locked out.
|
static String |
INIT_REQ_UNIQUE_ID |
static String |
INSUFFICIENT_PRIVILEGES
Session attribute name that specifies if there are any privilege checks the currently
authenticated user failed
|
static String |
MODULE_REPOSITORY_URL
The url of the module repository.
|
static String |
OPENMRS_ADDR_TMPL |
static String |
OPENMRS_ANALYSIS_IN_PROGRESS_ATTR |
static String |
OPENMRS_CLIENT_IP_HTTPSESSION_ATTR |
static String |
OPENMRS_CONTEXT_HTTPSESSION_ATTR |
static String |
OPENMRS_DYNAMIC_FORM_IN_PROGRESS_ATTR |
static String |
OPENMRS_DYNAMIC_FORM_KEEPALIVE |
static String |
OPENMRS_ERROR_ARGS |
static String |
OPENMRS_ERROR_ATTR |
static String |
OPENMRS_HEADER_USE_MINIMAL |
static String |
OPENMRS_LANGUAGE_COOKIE_NAME |
static String |
OPENMRS_LOGIN_REDIRECT_HTTPSESSION_ATTR |
static String |
OPENMRS_MSG_ARGS |
static String |
OPENMRS_MSG_ATTR |
static String |
OPENMRS_PATIENT_SET_ATTR |
static Integer |
OPENMRS_PATIENTSET_PAGE_SIZE |
static String |
OPENMRS_PORTLET_CACHED_MODEL |
static String |
OPENMRS_PORTLET_LAST_REQ_ID |
static String |
OPENMRS_PORTLET_MODEL_NAME |
static String |
OPENMRS_USER_CONTEXT_HTTPSESSION_ATTR |
static String |
OPENMRS_USER_OVERRIDE_PARAM |
static String |
REFERER_URL
Session attribute name for the referer url
|
static String |
REQUIRED_PRIVILEGES
Session attribute name for the privileges the user didn't have
|
static String |
SETUP_PAGE_URL
Page in the webapp used for initial setup of the database connection if no valid one exists
|
static String |
UNCAUGHT_EXCEPTION_MESSAGE
Session attribute name for the uncaught exception message
|
static String |
WEBAPP_NAME |
public static final String INIT_REQ_UNIQUE_ID
public static final String OPENMRS_CONTEXT_HTTPSESSION_ATTR
public static final String OPENMRS_USER_CONTEXT_HTTPSESSION_ATTR
public static final String OPENMRS_CLIENT_IP_HTTPSESSION_ATTR
public static final String OPENMRS_LOGIN_REDIRECT_HTTPSESSION_ATTR
public static final String OPENMRS_MSG_ATTR
public static final String OPENMRS_MSG_ARGS
public static final String OPENMRS_ERROR_ATTR
public static final String OPENMRS_ERROR_ARGS
public static final String OPENMRS_ADDR_TMPL
public static final String OPENMRS_LANGUAGE_COOKIE_NAME
public static final String OPENMRS_USER_OVERRIDE_PARAM
public static final String OPENMRS_ANALYSIS_IN_PROGRESS_ATTR
public static final String OPENMRS_DYNAMIC_FORM_IN_PROGRESS_ATTR
public static final String OPENMRS_PATIENT_SET_ATTR
public static final Integer OPENMRS_PATIENTSET_PAGE_SIZE
public static final String OPENMRS_DYNAMIC_FORM_KEEPALIVE
public static final String OPENMRS_HEADER_USE_MINIMAL
public static final String OPENMRS_PORTLET_MODEL_NAME
public static final String OPENMRS_PORTLET_LAST_REQ_ID
public static final String OPENMRS_PORTLET_CACHED_MODEL
public static String BUILD_TIMESTAMP
public static String WEBAPP_NAME
public static final String SETUP_PAGE_URL
public static String MODULE_REPOSITORY_URL
public static final String GP_ALLOWED_LOGIN_ATTEMPTS_PER_IP
org.openmrs.web.servlet.LoginServlet
,
Constant Field Valuespublic static final String CURRENT_USERS
public static final String INSUFFICIENT_PRIVILEGES
public static final String DENIED_PAGE
public static final String REQUIRED_PRIVILEGES
public static final String UNCAUGHT_EXCEPTION_MESSAGE
public static final String REFERER_URL
Copyright © 2024 OpenMRS Inc.. All rights reserved.