com.plumtree.uiinfrastructure.application.varpacks
Class ConfigConstants

java.lang.Object
  |
  +--com.plumtree.uiinfrastructure.application.varpacks.ConfigConstants
Direct Known Subclasses:
PTConfigConstants

public class ConfigConstants
extends java.lang.Object

This class contains constants for the x_config.xml file.

Author:
DonH

Field Summary
static java.lang.String _SUBSECTION
          JF- The sub-section in system properties
static java.lang.String ACCESSIBILITY_SUBSECTION
          The Accessibility sub-section in personal settings
static java.lang.String APPLICATION_URL_SUBSECTION
          JF- The Application URL sub-section in URL Mapping
static java.lang.String AUTHENTICATION_SECTION
          The authentication section
static java.lang.String AUTHOVERRIDESSO
          The basic auth SSO override subsection in authentication.
static java.lang.String AUTHTOKENEXPIRATION
          The basic auth login token expiration time subsection in authentication (in minutes).
static java.lang.String GUEST_ACCESS_STYLE_OVERRIDE
          The guest access sub-section in authentication
static java.lang.String GUEST_ACCESS_SUBSECTION
          The guest access sub-section in authentication
static java.lang.String GUEST_PASSWORD_SUBSECTION
          The guest password sub-section in authentication
static java.lang.String HTTP_ENTRY_POINT_SUBSECTION
          JF- The HTTP Entry Point sub-section in system properties
static java.lang.String HTTP_PORT_SUBSECTION
          JF- The HTTP Port sub-section in system properties
static java.lang.String HTTP_SECURE_PORT_SUBSECTION
          JF- The HTTP Secure Port sub-section in system properties
static java.lang.String IMAGE_SERVER_CONNECTION_URL
          JO- The URL that is used for the Portal Server to connect to the Image Server to do JSRegistry work
static java.lang.String INTERNATIONAL_SECTION
          The international section
static java.lang.String LOCALE_SUBSECTION
          The Locale sub-section in international
static java.lang.String MACHINE_NAME_SUBSECTION
          The machine name sub-section in system properties
static java.lang.String MAX_REQUEST_QUEUE_LENGTH_SUBSECTION
          The maximum queue length for requests for a single session.
static java.lang.String PERFORMANCE_COMMENTS_SUBSECTION
          The Performance Comments sub-section in system properties
static java.lang.String PERSONAL_SETTINGS_SECTION
          The personal settings section
static java.lang.String SECURE_APPLICATION_URL_SUBSECTION
          JF- The Secure Application URL sub-section in URL Mapping
static java.lang.String SECURITY_MODE_SUBSECTION
          The security mode sub-section in security
static java.lang.String SECURITY_SECTION
          The security section
static java.lang.String SERVER_NAME_SUBSECTION
          JF- The Server Name sub-section in system properties
static java.lang.String SSO_SERVLET_NAME_SUBSECTION
          JYS- The SSO Entry Point
static java.lang.String SYSTEM_PROPERTIES_SECTION
          The system properties section
static java.lang.String TIMEZONE_SUBSECTION
          The time zone sub-section in international
static java.lang.String URL_FROM_REQUEST_SUBSECTION
          JF- The URL From the Request sub-section in URL Mapping
static java.lang.String URL_MAPPING_SECTION
          JF- The URL Mapping section
static java.lang.String VALUE_ATTRIBUTE
          The value attribute
static java.lang.String VIRTUAL_DIRECTORY_PATH_SUBSECTION
          JF- The Virtual Directory Path sub-section in system properties
 
Constructor Summary
ConfigConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALUE_ATTRIBUTE

public static final java.lang.String VALUE_ATTRIBUTE
The value attribute

AUTHENTICATION_SECTION

public static final java.lang.String AUTHENTICATION_SECTION
The authentication section

GUEST_ACCESS_SUBSECTION

public static final java.lang.String GUEST_ACCESS_SUBSECTION
The guest access sub-section in authentication

GUEST_PASSWORD_SUBSECTION

public static final java.lang.String GUEST_PASSWORD_SUBSECTION
The guest password sub-section in authentication

GUEST_ACCESS_STYLE_OVERRIDE

public static final java.lang.String GUEST_ACCESS_STYLE_OVERRIDE
The guest access sub-section in authentication

AUTHTOKENEXPIRATION

public static final java.lang.String AUTHTOKENEXPIRATION
The basic auth login token expiration time subsection in authentication (in minutes).

AUTHOVERRIDESSO

public static final java.lang.String AUTHOVERRIDESSO
The basic auth SSO override subsection in authentication.

PERSONAL_SETTINGS_SECTION

public static final java.lang.String PERSONAL_SETTINGS_SECTION
The personal settings section

ACCESSIBILITY_SUBSECTION

public static final java.lang.String ACCESSIBILITY_SUBSECTION
The Accessibility sub-section in personal settings

SECURITY_SECTION

public static final java.lang.String SECURITY_SECTION
The security section

SECURITY_MODE_SUBSECTION

public static final java.lang.String SECURITY_MODE_SUBSECTION
The security mode sub-section in security

INTERNATIONAL_SECTION

public static final java.lang.String INTERNATIONAL_SECTION
The international section

LOCALE_SUBSECTION

public static final java.lang.String LOCALE_SUBSECTION
The Locale sub-section in international

TIMEZONE_SUBSECTION

public static final java.lang.String TIMEZONE_SUBSECTION
The time zone sub-section in international

URL_MAPPING_SECTION

public static final java.lang.String URL_MAPPING_SECTION
JF- The URL Mapping section

URL_FROM_REQUEST_SUBSECTION

public static final java.lang.String URL_FROM_REQUEST_SUBSECTION
JF- The URL From the Request sub-section in URL Mapping

APPLICATION_URL_SUBSECTION

public static final java.lang.String APPLICATION_URL_SUBSECTION
JF- The Application URL sub-section in URL Mapping

SECURE_APPLICATION_URL_SUBSECTION

public static final java.lang.String SECURE_APPLICATION_URL_SUBSECTION
JF- The Secure Application URL sub-section in URL Mapping

IMAGE_SERVER_CONNECTION_URL

public static final java.lang.String IMAGE_SERVER_CONNECTION_URL
JO- The URL that is used for the Portal Server to connect to the Image Server to do JSRegistry work

SYSTEM_PROPERTIES_SECTION

public static final java.lang.String SYSTEM_PROPERTIES_SECTION
The system properties section

MACHINE_NAME_SUBSECTION

public static final java.lang.String MACHINE_NAME_SUBSECTION
The machine name sub-section in system properties

SERVER_NAME_SUBSECTION

public static final java.lang.String SERVER_NAME_SUBSECTION
JF- The Server Name sub-section in system properties

PERFORMANCE_COMMENTS_SUBSECTION

public static final java.lang.String PERFORMANCE_COMMENTS_SUBSECTION
The Performance Comments sub-section in system properties

HTTP_ENTRY_POINT_SUBSECTION

public static final java.lang.String HTTP_ENTRY_POINT_SUBSECTION
JF- The HTTP Entry Point sub-section in system properties

HTTP_PORT_SUBSECTION

public static final java.lang.String HTTP_PORT_SUBSECTION
JF- The HTTP Port sub-section in system properties

HTTP_SECURE_PORT_SUBSECTION

public static final java.lang.String HTTP_SECURE_PORT_SUBSECTION
JF- The HTTP Secure Port sub-section in system properties

VIRTUAL_DIRECTORY_PATH_SUBSECTION

public static final java.lang.String VIRTUAL_DIRECTORY_PATH_SUBSECTION
JF- The Virtual Directory Path sub-section in system properties

MAX_REQUEST_QUEUE_LENGTH_SUBSECTION

public static final java.lang.String MAX_REQUEST_QUEUE_LENGTH_SUBSECTION
The maximum queue length for requests for a single session. Default 10.

_SUBSECTION

public static final java.lang.String _SUBSECTION
JF- The sub-section in system properties

SSO_SERVLET_NAME_SUBSECTION

public static final java.lang.String SSO_SERVLET_NAME_SUBSECTION
JYS- The SSO Entry Point
Constructor Detail

ConfigConstants

public ConfigConstants()



Copyright © 2002,2003,2004 Plumtree Software, Inc., All Rights Reserved.