public class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ANONYMOUS_USER
Constant to represent a user when an authenticated user for the current session is not present.
|
static String |
APP_TYPE |
static String |
ARBITRARY_FIELD_PREFIX
Constant to define the prefix for arbitrary value system variables.
|
static String |
DATA_AGENT_CONF
File containing the configurations and properties that define the data agent in the JVM.
|
static String |
HOST |
static String |
HTTP_CLIENT_IP
Header field name for header that identify the ip-address of the host that is making the HTTP request
through the proxy.
|
static String |
HTTP_X_FORWARDED_FOR
Header field name for header containing a complete track of the forwarding chain through proxies.
|
static String |
PROXY_CLIENT_IP
Header field name that identifies the browser client IP instead of web server IP.
|
static String |
REFERRER
Header field name for header that identify the address of the previous web page from which a link to the
currently requested page was followed.
|
static String |
UNKNOWN
A probable value for IP address set in headers.
|
static String |
USER_AGENT |
static String |
WL_PROXY_CLIENT_IP
Header field name that identifies the browser client IP instead of web server IP that acts as a proxy for a
WebLogic Server.
|
static String |
X_FORWARDED_FOR
Standard header field name for identifying the originating IP address of a client connecting to a Web server
through an HTTP proxy or load balancer.
|
| Constructor and Description |
|---|
Constants() |
public static final String X_FORWARDED_FOR
public static final String PROXY_CLIENT_IP
public static final String WL_PROXY_CLIENT_IP
public static final String HTTP_CLIENT_IP
public static final String HTTP_X_FORWARDED_FOR
public static final String REFERRER
public static final String USER_AGENT
public static final String HOST
public static final String UNKNOWN
public static final String ANONYMOUS_USER
public static final String APP_TYPE
public static final String DATA_AGENT_CONF
public static final String ARBITRARY_FIELD_PREFIX
Copyright © 2016 WSO2. All rights reserved.