Package com.jk.core.config
Class JKConstants.Context
java.lang.Object
com.jk.core.config.JKConstants.Context
- Enclosing class:
- JKConstants
This class provides constants related to Context.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Represents the configuration property for specifying the action in the JK context.static final String
Represents the configuration property for specifying Application Map.static final String
Represents the configuration property for specifying application name in the JK context.static final String
Represents the configuration property for specifying the client identifier (ID) in the JK context.static final String
Represents the configuration property for specifying the remote application header name.static final String
Represents the configuration property for specifying the headers map in the JK context.static final String
Represents the configuration property for specifying the Application Header key in the HTTP context.static final String
Represents the configuration property for specifying Request Map in the HTTP context.static final String
Represents the configuration property for specifying Session Identifier (ID) in the HTTP context.static final String
Represents the configuration property for specifying Session Map in the HTTP context.static final String
Represents the configuration property for specifying the Remote User in the JASS context.static final String
Represents the configuration property for specifying Application name in the JK context.static final String
Represents the configuration property for specifying the Configuration Path in the JK context.static final String
Represents the configuration property for specifying the default configuration path in the JK context.static final String
Represents the configuration property for specifying reload configuration in the JK context.static final String
Represents the configuration property for specifying security token configuration in the JK context.static final String
Represents the configuration property for specifying the JK context.static final String
Represents the configuration property for specifying Multi-Tenant in the JK context.static final String
Represents the configuration property for specifying Remote Application Name.static final String
Represents the configuration property for specifying the module in the JK context.static final String
Represents the configuration property for specifying the program name in the JK context.static final String
Represents the configuration property for specifying Remote IP Address.static final String
Represents the configuration property for specifying Remote Machine Name.static final String
Represents the configuration property for specifying Remote Port Number.static final String
Represents the configuration property for specifying the remote role in the JK context.static final String
Represents the configuration property for specifying the remote user in the JK context.static final String
Represents the configuration property for specifying Context Role.static final String
Represents the configuration property for specifying the server host name in the JK context.static final String
Represents the configuration property for specifying the server port in the JK context.static final String
Represents the configuration property for specifying the tenant identifier (ID) in the JK context.static final String
Represents the configuration property for specifying Context User.static final String
Represents the configuration property for specifying the user name in the JK context. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JK_REMOTE_APP_NAME
Represents the configuration property for specifying Remote Application Name.- See Also:
-
REMOTE_IP_ADDRESS
Represents the configuration property for specifying Remote IP Address.- See Also:
-
REMOTE_MACHINE_NAME
Represents the configuration property for specifying Remote Machine Name.- See Also:
-
USER
Represents the configuration property for specifying Context User.- See Also:
-
ROLE
Represents the configuration property for specifying Context Role.- See Also:
-
REMOTE_PORT_NUMBER
Represents the configuration property for specifying Remote Port Number.- See Also:
-
JASS_REMOTE_USER
Represents the configuration property for specifying the Remote User in the JASS context.- See Also:
-
HTTP_SESSION_ID
Represents the configuration property for specifying Session Identifier (ID) in the HTTP context.- See Also:
-
HTTP_SESSION_MAP
Represents the configuration property for specifying Session Map in the HTTP context.- See Also:
-
HTTP_REQUEST_MAP
Represents the configuration property for specifying Request Map in the HTTP context.- See Also:
-
APPLICATION_MAP
Represents the configuration property for specifying Application Map.- See Also:
-
JK_CONTEXT
Represents the configuration property for specifying the JK context.- See Also:
-
JK_CONFIG_PATH
Represents the configuration property for specifying the Configuration Path in the JK context.- See Also:
-
JK_MULTI_TENANT
Represents the configuration property for specifying Multi-Tenant in the JK context.- See Also:
-
JK_CONFIG_PATH_DEFAULT
Represents the configuration property for specifying the default configuration path in the JK context.- See Also:
-
JK_APP_NAME
Represents the configuration property for specifying Application name in the JK context.- See Also:
-
JK_CONFIG_RELOAD
Represents the configuration property for specifying reload configuration in the JK context.- See Also:
-
JK_CONFIG_TOKEN
Represents the configuration property for specifying security token configuration in the JK context.- See Also:
-
HEADER_REMOTE_APP_NAME
Represents the configuration property for specifying the remote application header name.- See Also:
-
APPLICATION_NAME
Represents the configuration property for specifying application name in the JK context.- See Also:
-
ACTION
Represents the configuration property for specifying the action in the JK context.- See Also:
-
MODULE
Represents the configuration property for specifying the module in the JK context.- See Also:
-
CLIENT_ID
Represents the configuration property for specifying the client identifier (ID) in the JK context.- See Also:
-
USER_NAME
Represents the configuration property for specifying the user name in the JK context.- See Also:
-
PROGRAM_NAME
Represents the configuration property for specifying the program name in the JK context.- See Also:
-
SERVER_PORT
Represents the configuration property for specifying the server port in the JK context.- See Also:
-
SERVER_NAME
Represents the configuration property for specifying the server host name in the JK context.- See Also:
-
HEADERS_MAP
Represents the configuration property for specifying the headers map in the JK context.- See Also:
-
HTTP_HEADER_KEY
Represents the configuration property for specifying the Application Header key in the HTTP context.- See Also:
-
REMOTE_USER
Represents the configuration property for specifying the remote user in the JK context.- See Also:
-
REMOTE_ROLE
Represents the configuration property for specifying the remote role in the JK context.- See Also:
-
TENANT_ID
Represents the configuration property for specifying the tenant identifier (ID) in the JK context.- See Also:
-
-
Constructor Details
-
Context
public Context()
-