Class JKConstants.Context

java.lang.Object
com.jk.core.config.JKConstants.Context
Enclosing class:
JKConstants

public static class JKConstants.Context extends Object
This class provides constants related to Context.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • JK_REMOTE_APP_NAME

      public static final String JK_REMOTE_APP_NAME
      Represents the configuration property for specifying Remote Application Name.
      See Also:
    • REMOTE_IP_ADDRESS

      public static final String REMOTE_IP_ADDRESS
      Represents the configuration property for specifying Remote IP Address.
      See Also:
    • REMOTE_MACHINE_NAME

      public static final String REMOTE_MACHINE_NAME
      Represents the configuration property for specifying Remote Machine Name.
      See Also:
    • USER

      public static final String USER
      Represents the configuration property for specifying Context User.
      See Also:
    • ROLE

      public static final String ROLE
      Represents the configuration property for specifying Context Role.
      See Also:
    • REMOTE_PORT_NUMBER

      public static final String REMOTE_PORT_NUMBER
      Represents the configuration property for specifying Remote Port Number.
      See Also:
    • JASS_REMOTE_USER

      public static final String JASS_REMOTE_USER
      Represents the configuration property for specifying the Remote User in the JASS context.
      See Also:
    • HTTP_SESSION_ID

      public static final String HTTP_SESSION_ID
      Represents the configuration property for specifying Session Identifier (ID) in the HTTP context.
      See Also:
    • HTTP_SESSION_MAP

      public static final String HTTP_SESSION_MAP
      Represents the configuration property for specifying Session Map in the HTTP context.
      See Also:
    • HTTP_REQUEST_MAP

      public static final String HTTP_REQUEST_MAP
      Represents the configuration property for specifying Request Map in the HTTP context.
      See Also:
    • APPLICATION_MAP

      public static final String APPLICATION_MAP
      Represents the configuration property for specifying Application Map.
      See Also:
    • JK_CONTEXT

      public static final String JK_CONTEXT
      Represents the configuration property for specifying the JK context.
      See Also:
    • JK_CONFIG_PATH

      public static final String JK_CONFIG_PATH
      Represents the configuration property for specifying the Configuration Path in the JK context.
      See Also:
    • JK_MULTI_TENANT

      public static final String JK_MULTI_TENANT
      Represents the configuration property for specifying Multi-Tenant in the JK context.
      See Also:
    • JK_CONFIG_PATH_DEFAULT

      public static final String JK_CONFIG_PATH_DEFAULT
      Represents the configuration property for specifying the default configuration path in the JK context.
      See Also:
    • JK_APP_NAME

      public static final String JK_APP_NAME
      Represents the configuration property for specifying Application name in the JK context.
      See Also:
    • JK_CONFIG_RELOAD

      public static final String JK_CONFIG_RELOAD
      Represents the configuration property for specifying reload configuration in the JK context.
      See Also:
    • JK_CONFIG_TOKEN

      public static final String JK_CONFIG_TOKEN
      Represents the configuration property for specifying security token configuration in the JK context.
      See Also:
    • HEADER_REMOTE_APP_NAME

      public static final String HEADER_REMOTE_APP_NAME
      Represents the configuration property for specifying the remote application header name.
      See Also:
    • APPLICATION_NAME

      public static final String APPLICATION_NAME
      Represents the configuration property for specifying application name in the JK context.
      See Also:
    • ACTION

      public static final String ACTION
      Represents the configuration property for specifying the action in the JK context.
      See Also:
    • MODULE

      public static final String MODULE
      Represents the configuration property for specifying the module in the JK context.
      See Also:
    • CLIENT_ID

      public static final String CLIENT_ID
      Represents the configuration property for specifying the client identifier (ID) in the JK context.
      See Also:
    • USER_NAME

      public static final String USER_NAME
      Represents the configuration property for specifying the user name in the JK context.
      See Also:
    • PROGRAM_NAME

      public static final String PROGRAM_NAME
      Represents the configuration property for specifying the program name in the JK context.
      See Also:
    • SERVER_PORT

      public static final String SERVER_PORT
      Represents the configuration property for specifying the server port in the JK context.
      See Also:
    • SERVER_NAME

      public static final String SERVER_NAME
      Represents the configuration property for specifying the server host name in the JK context.
      See Also:
    • HEADERS_MAP

      public static final String HEADERS_MAP
      Represents the configuration property for specifying the headers map in the JK context.
      See Also:
    • HTTP_HEADER_KEY

      public static final String HTTP_HEADER_KEY
      Represents the configuration property for specifying the Application Header key in the HTTP context.
      See Also:
    • REMOTE_USER

      public static final String REMOTE_USER
      Represents the configuration property for specifying the remote user in the JK context.
      See Also:
    • REMOTE_ROLE

      public static final String REMOTE_ROLE
      Represents the configuration property for specifying the remote role in the JK context.
      See Also:
    • TENANT_ID

      public static final String TENANT_ID
      Represents the configuration property for specifying the tenant identifier (ID) in the JK context.
      See Also:
  • Constructor Details

    • Context

      public Context()