Class Constants


  • public class Constants
    extends Object
    Library-wide constants.
    Author:
    Fabio Simeoni
    • Field Detail

      • ghn_home_env

        public static final String ghn_home_env
        The environment variable that points to the container configuration directory.
        See Also:
        Constant Field Values
      • ghn_home_property

        public static final String ghn_home_property
        The system property that points to the container configuration directory.
        See Also:
        Constant Field Values
      • container_configuraton_file_path

        public static final String container_configuraton_file_path
        The container configuration file path, relative to the container configuration directory.
        See Also:
        Constant Field Values
      • container_profile_file_path

        public static final String container_profile_file_path
        The path of the application profile file, relative to the container configuration directory.
        See Also:
        Constant Field Values
      • default_container_publication_frequency_in_seconds

        public static final long default_container_publication_frequency_in_seconds
        The default value of for the container publication frequency.
        See Also:
        Constant Field Values
      • configuration_file_path

        public static final String configuration_file_path
        The application configuration resource path.
        See Also:
        Constant Field Values
      • frontpage_file_path

        public static final String frontpage_file_path
        The application frontpage resource path.
        See Also:
        Constant Field Values
      • profile_management

        public static final String profile_management
        The configuration name of ProfileManagers.
        See Also:
        Constant Field Values
      • request_metrics

        public static final String request_metrics
        The configuration name of RequestMetricss.
        See Also:
        Constant Field Values
      • profile_file_path

        public static final String profile_file_path
        The path of the application profile file, relative to the service configuration directory.
        See Also:
        Constant Field Values
      • profile_property

        public static final String profile_property
        The name of the context property that contains the endpoint profile.
        See Also:
        Constant Field Values
      • context_attribute

        public static final String context_attribute
        The name of the attribute in the servlet context that contains the context of an application.
        See Also:
        Constant Field Values
      • scope_header

        public static final String scope_header
        The name of the HTTP header that contains the scope of requests
        See Also:
        Constant Field Values
      • token_header

        public static final String token_header
        The name of the HTTP header that contains the authorization token of requests
        See Also:
        Constant Field Values
      • token_registered

        public static final String token_registered
        The event for token registration for app.
        See Also:
        Constant Field Values
      • authorization_header

        public static final String authorization_header
        The name of the HTTP header for standard HTTP basic authorization
        See Also:
        Constant Field Values
      • called_method_header

        public static final String called_method_header
        The name of the HTTP header that contains the called method of the current request
        See Also:
        Constant Field Values
      • application_republish_frequency_in_minutes

        public static final int application_republish_frequency_in_minutes
        See Also:
        Constant Field Values
    • Constructor Detail

      • Constants

        public Constants()