Class SystemProps

java.lang.Object
com.inductiveautomation.ignition.common.SystemProps

public final class SystemProps extends Object
The collection of SystemProps used in the Ignition core platform.
  • Field Details

    • PLATFORM_EDITION

      public static final SystemProp<String> PLATFORM_EDITION
    • LEGACY_PLATFORM_EDITION

      public static final SystemProp<String> LEGACY_PLATFORM_EDITION
    • CONFIG_MODE

      public static final SystemProp<String> CONFIG_MODE
    • I18N_DEBUG_WS

      public static final SystemProp<Boolean> I18N_DEBUG_WS
    • I18N_DEBUG

      public static final SystemProp<Boolean> I18N_DEBUG
    • I18N_SOURCE_DIR

      public static final SystemProp<String> I18N_SOURCE_DIR
    • I18N_SOURCE_DIR_WS

      public static final SystemProp<String> I18N_SOURCE_DIR_WS
    • I18N_SOURCE_LOCALES

      public static final SystemProp<String> I18N_SOURCE_LOCALES
    • I18N_SOURCE_LOCALES_WS

      public static final SystemProp<String> I18N_SOURCE_LOCALES_WS
    • I18N_KEY_RANKING_ENABLED

      public static final SystemProp<Boolean> I18N_KEY_RANKING_ENABLED
    • I18N_KEY_RANKING_FOLDER

      public static final SystemProp<String> I18N_KEY_RANKING_FOLDER
    • I18N_KEY_RANKING_RATE

      public static final SystemProp<Integer> I18N_KEY_RANKING_RATE
    • I18N_LOADED_LOCALES

      public static final SystemProp<String> I18N_LOADED_LOCALES
    • BROWSER_LAUNCHER_CLASSNAME

      public static final SystemProp<String> BROWSER_LAUNCHER_CLASSNAME
    • DESIGNER_PROJECT_NAME

      public static final SystemProp<String> DESIGNER_PROJECT_NAME
    • DESIGNER_SSO_ALLOWED

      public static final SystemProp<Boolean> DESIGNER_SSO_ALLOWED
    • DESIGNER_AUTOLOGIN_USERNAME

      public static final SystemProp<String> DESIGNER_AUTOLOGIN_USERNAME
    • DESIGNER_AUTOLOGIN_PASSWORD

      public static final SystemProp<String> DESIGNER_AUTOLOGIN_PASSWORD
    • CLIENT_PLATFORM_EDITION

      public static final SystemProp<String> CLIENT_PLATFORM_EDITION
    • CLIENT_CACHE_DIR

      public static final SystemProp<String> CLIENT_CACHE_DIR
    • CLIENT_IS_DEBUG

      public static final SystemProp<Boolean> CLIENT_IS_DEBUG
    • CLIENT_IS_FULLSCREEN

      public static final SystemProp<Boolean> CLIENT_IS_FULLSCREEN
    • CLIENT_LOG_LEVEL

      public static final SystemProp<String> CLIENT_LOG_LEVEL
    • CLIENT_CONNECTION_LOG_LEVEL

      public static final SystemProp<String> CLIENT_CONNECTION_LOG_LEVEL
    • JX_BROWSER_ENABLE_H264

      public static final SystemProp<Boolean> JX_BROWSER_ENABLE_H264
    • JX_BROWSER_ENABLE_AAC

      public static final SystemProp<Boolean> JX_BROWSER_ENABLE_AAC
    • JX_BROWSER_ENABLE_WIDEVINE

      public static final SystemProp<Boolean> JX_BROWSER_ENABLE_WIDEVINE
    • JX_BROWSER_LOG_LEVEL

      public static final SystemProp<String> JX_BROWSER_LOG_LEVEL
    • JX_BROWSER_DEBUG_PORT

      public static final SystemProp<Integer> JX_BROWSER_DEBUG_PORT
    • JX_BROWSER_LICENSE

      public static final SystemProp<String> JX_BROWSER_LICENSE
    • CLIENT_FONT_SIZE

      public static final SystemProp<Integer> CLIENT_FONT_SIZE
    • GATEWAY_CUSTOM_ENCODING_KEY

      public static final SystemProp<String> GATEWAY_CUSTOM_ENCODING_KEY
    • ALLOW_UNSIGNED_MODULES

      public static final SystemProp<Boolean> ALLOW_UNSIGNED_MODULES
    • EXTERNAL_MODULES_FOLDER

      public static final SystemProp<String> EXTERNAL_MODULES_FOLDER
    • GATEWAY_SHARED_EXEC_POOL_SIZE

      public static final SystemProp<Integer> GATEWAY_SHARED_EXEC_POOL_SIZE
    • ENABLE_INSECURE_AD_SSO

      public static final SystemProp<Boolean> ENABLE_INSECURE_AD_SSO
    • SIMULATE_UNLICENSED_DESIGNER

      public static final SystemProp<Boolean> SIMULATE_UNLICENSED_DESIGNER
    • ALLOW_REQ_NO_HOST_HEADER

      public static final SystemProp<Boolean> ALLOW_REQ_NO_HOST_HEADER
    • INTERNAL_DB_MAX_WAIT

      public static final SystemProp<Integer> INTERNAL_DB_MAX_WAIT
    • HSTS_MAX_AGE

      public static final SystemProp<Long> HSTS_MAX_AGE
    • HSTS_INCLUDE_SUBDOMAINS

      public static final SystemProp<Boolean> HSTS_INCLUDE_SUBDOMAINS
    • HSTS_PRELOAD

      public static final SystemProp<Boolean> HSTS_PRELOAD
    • SSL_KEYSTORE_ALIAS

      public static final SystemProp<String> SSL_KEYSTORE_ALIAS
    • SSL_KEYSTORE_PASSWORD

      public static final SystemProp<String> SSL_KEYSTORE_PASSWORD
    • SSL_PRIVATE_KEY_PASSWORD

      public static final SystemProp<String> SSL_PRIVATE_KEY_PASSWORD
    • SKIP_STARTUP_CONFIG_DB_VACUUM

      public static final SystemProp<Boolean> SKIP_STARTUP_CONFIG_DB_VACUUM
    • OAUTH2_ALLOW_CLIENT_TRACE_LOG

      public static final SystemProp<Boolean> OAUTH2_ALLOW_CLIENT_TRACE_LOG
    • OAUTH2_EXCHANGES_ALLOW_TRACE_LOG

      public static final SystemProp<Boolean> OAUTH2_EXCHANGES_ALLOW_TRACE_LOG
    • HTTP_CLIENT_SOCKET_KEEP_ALIVE

      public static final SystemProp<Boolean> HTTP_CLIENT_SOCKET_KEEP_ALIVE
    • HTTP_CLIENT_PROXY_ENABLED

      public static final SystemProp<Boolean> HTTP_CLIENT_PROXY_ENABLED
    • HTTP_CLIENT_POOL_MAX_CONNECTIONS

      public static final SystemProp<Integer> HTTP_CLIENT_POOL_MAX_CONNECTIONS
    • LEGACY_HTTP_CLIENT_POOL_MAX_CONNECTIONS

      public static final SystemProp<Integer> LEGACY_HTTP_CLIENT_POOL_MAX_CONNECTIONS
    • HTTP_CLIENT_POOL_MAX_CONNECTIONS_PER_ROUTE

      public static final SystemProp<Integer> HTTP_CLIENT_POOL_MAX_CONNECTIONS_PER_ROUTE
    • LEGACY_HTTP_CLIENT_POOL_MAX_CONNECTIONS_PER_ROUTE

      public static final SystemProp<Integer> LEGACY_HTTP_CLIENT_POOL_MAX_CONNECTIONS_PER_ROUTE
    • HTTP_CLIENT_POOL_MAX_IDLE_CONNECTION_TIME

      public static final SystemProp<Integer> HTTP_CLIENT_POOL_MAX_IDLE_CONNECTION_TIME
    • HTTP_CLIENT_POOL_IDLE_CONNECTION_CHECK_INTERVAL

      public static final SystemProp<Integer> HTTP_CLIENT_POOL_IDLE_CONNECTION_CHECK_INTERVAL
    • HTTP_EXPOSE_ERROR_DETAILS

      public static final SystemProp<Boolean> HTTP_EXPOSE_ERROR_DETAILS
    • HTTP_IDLE_TIMEOUT

      public static final SystemProp<Long> HTTP_IDLE_TIMEOUT
    • HTTPS_IDLE_TIMEOUT

      public static final SystemProp<Long> HTTPS_IDLE_TIMEOUT
    • METRO_IDLE_TIMEOUT

      public static final SystemProp<Long> METRO_IDLE_TIMEOUT
    • GATEWAY_CONNECT_TIMEOUT

      public static final SystemProp<Integer> GATEWAY_CONNECT_TIMEOUT
    • GATEWAY_READ_TIMEOUT

      public static final SystemProp<Integer> GATEWAY_READ_TIMEOUT
    • GATEWAY_OPC_BROWSE_TIMEOUT

      public static final SystemProp<Integer> GATEWAY_OPC_BROWSE_TIMEOUT
    • USE_HOSTED_LAUNCHER

      public static final SystemProp<Boolean> USE_HOSTED_LAUNCHER
    • HOSTED_LAUNCHER_URL

      public static final SystemProp<String> HOSTED_LAUNCHER_URL
    • DIAGNOSTIC_MEMORY_DUMP_ENABLED

      public static final SystemProp<Boolean> DIAGNOSTIC_MEMORY_DUMP_ENABLED
    • REMEMBERED_SUBJECTS_REAPER_PERIOD

      public static final SystemProp<Long> REMEMBERED_SUBJECTS_REAPER_PERIOD
    • DATA_CACHE_LOG_SIZE

      public static final SystemProp<Integer> DATA_CACHE_LOG_SIZE
    • DATA_CACHE_DEFRAG_LIMIT

      public static final SystemProp<Integer> DATA_CACHE_DEFRAG_LIMIT
    • GATEWAY_STORAGE_ENGINE

      public static final SystemProp<String> GATEWAY_STORAGE_ENGINE
    • GATEWAY_SQLITE_LOG

      public static final SystemProp<String> GATEWAY_SQLITE_LOG
    • GATEWAY_SMTP_SEND_PARTIAL_ENABLED

      public static final SystemProp<Boolean> GATEWAY_SMTP_SEND_PARTIAL_ENABLED
    • RESOURCE_OVERRIDE_PATH

      public static final SystemProp<String> RESOURCE_OVERRIDE_PATH
    • SYSTEMJS_OVERRIDE_PATH

      public static final SystemProp<String> SYSTEMJS_OVERRIDE_PATH
    • GATEWAY_BASE_DIRECTORY

      public static final SystemProp<String> GATEWAY_BASE_DIRECTORY
    • GATEWAY_DATA_DIRECTORY

      public static final SystemProp<String> GATEWAY_DATA_DIRECTORY
    • GATEWAY_LIB_DIRECTORY

      public static final SystemProp<String> GATEWAY_LIB_DIRECTORY
    • GATEWAY_USER_LIB_DIRECTORY

      public static final SystemProp<String> GATEWAY_USER_LIB_DIRECTORY
    • GATEWAY_LOGS_DIRECTORY

      public static final SystemProp<String> GATEWAY_LOGS_DIRECTORY
    • GATEWAY_TEMP_DIRECTORY

      public static final SystemProp<String> GATEWAY_TEMP_DIRECTORY
    • GATEWAY_LOCAL_DIRECTORY

      public static final SystemProp<String> GATEWAY_LOCAL_DIRECTORY
    • RUNTIME_CLIENT_SESSION_TIMEOUT

      public static final SystemProp<Integer> RUNTIME_CLIENT_SESSION_TIMEOUT
      A timeout value (in seconds) for client <-> gateway communication.
    • DESIGNER_SESSION_TIMEOUT

      public static final SystemProp<Integer> DESIGNER_SESSION_TIMEOUT
      A timeout value (in seconds) for designer <-> gateway communication.
    • SF_ENGINE_LEGACY_FORWARDER

      public static final SystemProp<Boolean> SF_ENGINE_LEGACY_FORWARDER
    • SF_CACHE_CONVERTER_DESC_LOGGING

      public static final SystemProp<Boolean> SF_CACHE_CONVERTER_DESC_LOGGING
    • RPC_ERROR_SUPPRESSION_SETTING

      public static final SystemProp<String> RPC_ERROR_SUPPRESSION_SETTING
    • HOSTED_LAUNCHER_VERSION

      public static final SystemProp<String> HOSTED_LAUNCHER_VERSION
    • SOCKET_SO_TIMEOUT

      public static final SystemProp<Integer> SOCKET_SO_TIMEOUT
    • SSL_CSR_MAX_ENTRIES

      public static final SystemProp<Integer> SSL_CSR_MAX_ENTRIES
    • SSL_REFRESH_RATE

      public static final SystemProp<Long> SSL_REFRESH_RATE
    • STATUS_PAGE_HIGH_MEMORY_THRESHOLD

      public static final SystemProp<Double> STATUS_PAGE_HIGH_MEMORY_THRESHOLD
    • STATUS_PAGE_MIN_DISK_REMAINING_LIMIT

      public static final SystemProp<Long> STATUS_PAGE_MIN_DISK_REMAINING_LIMIT
    • THREAD_DUMP_SAMPLE_RATE

      public static final SystemProp<Integer> THREAD_DUMP_SAMPLE_RATE
    • CONFIG_DIRECTORY

      public static final SystemProp<String> CONFIG_DIRECTORY
    • PROJECT_DIRECTORY

      public static final SystemProp<String> PROJECT_DIRECTORY
    • IGNORED_FOLDERS

      public static final SystemProp<String> IGNORED_FOLDERS
    • FORCE_PROJECT_CONVERSION

      public static final SystemProp<Boolean> FORCE_PROJECT_CONVERSION
    • PUSH_LOCK_ACQUISITION_TIMEOUT

      public static final SystemProp<Long> PUSH_LOCK_ACQUISITION_TIMEOUT
    • RESOURCE_STREAMING_ENABLED

      public static final SystemProp<Boolean> RESOURCE_STREAMING_ENABLED
    • METRO_KEYSTORE_PASSWORD

      public static final SystemProp<String> METRO_KEYSTORE_PASSWORD
    • METRO_KEYSTORE_ALIAS

      public static final SystemProp<String> METRO_KEYSTORE_ALIAS
    • METRO_KEYPAIR_LENGTH

      public static final SystemProp<Integer> METRO_KEYPAIR_LENGTH
    • GAN_MAX_PROXY_DEPTH

      public static final SystemProp<Integer> GAN_MAX_PROXY_DEPTH
    • GAN_LEGACY_SERIALIZATION_ENABLED

      public static final SystemProp<Boolean> GAN_LEGACY_SERIALIZATION_ENABLED
    • REDUNDANCY_CLUSTER_UPGRADE_INDEX

      public static final SystemProp<Integer> REDUNDANCY_CLUSTER_UPGRADE_INDEX
    • REDUNDANCY_SYNC_DEBOUNCE

      public static final SystemProp<Long> REDUNDANCY_SYNC_DEBOUNCE
    • REDUNDANCY_SYNC_MAX_ATTEMPTS

      public static final SystemProp<Integer> REDUNDANCY_SYNC_MAX_ATTEMPTS
    • RESTORE_FILE_EXPIRATION_MINUTES

      public static final SystemProp<Integer> RESTORE_FILE_EXPIRATION_MINUTES
    • LEGACY_ALERTS_ENABLED

      public static final SystemProp<Boolean> LEGACY_ALERTS_ENABLED
    • MAX_ALARM_RUNTIME_UPDATES

      public static final SystemProp<Integer> MAX_ALARM_RUNTIME_UPDATES
    • MAX_ALARM_SHELF_RUNTIME_UPDATES

      public static final SystemProp<Integer> MAX_ALARM_SHELF_RUNTIME_UPDATES
    • ALLOW_BACK_FILL

      public static final SystemProp<Boolean> ALLOW_BACK_FILL
    • ALLOW_EVENT_CODE_REUSE

      public static final SystemProp<Boolean> ALLOW_EVENT_CODE_REUSE
    • TAG_EVENT_SCRIPT_THREAD_COUNT

      public static final SystemProp<Integer> TAG_EVENT_SCRIPT_THREAD_COUNT
    • TAG_SCRIPT_QUEUE_MAX_SIZE

      public static final SystemProp<Integer> TAG_SCRIPT_QUEUE_MAX_SIZE
    • TAG_DB_FAULTED_RETRY_TIME

      public static final SystemProp<Integer> TAG_DB_FAULTED_RETRY_TIME
    • TAG_DB_THREAD_POOL_SIZE

      public static final SystemProp<Integer> TAG_DB_THREAD_POOL_SIZE
    • TAG_EXPRESSION_THREAD_POOL_SIZE

      public static final SystemProp<Integer> TAG_EXPRESSION_THREAD_POOL_SIZE
    • TAG_LOADER_THREAD_POOL_SIZE

      public static final SystemProp<Integer> TAG_LOADER_THREAD_POOL_SIZE
    • STORE_AND_FORWARD_STATUS_REFRESH_RATE

      public static final SystemProp<Integer> STORE_AND_FORWARD_STATUS_REFRESH_RATE
    • ROUTES_DEFAULT_CONCURRENCY

      public static final SystemProp<Integer> ROUTES_DEFAULT_CONCURRENCY
      The default number of concurrent requests permitted to an individual route (5) This default value may be overridden by supplying the -Dignition.routes.defaultConcurrency system property and setting a new integer value.
    • ROUTES_DEFAULT_REQUEST_TIMEOUT

      public static final SystemProp<Integer> ROUTES_DEFAULT_REQUEST_TIMEOUT
    • SIMPLE_WEB_AUTH_STATE_ENABLED

      public static final SystemProp<Boolean> SIMPLE_WEB_AUTH_STATE_ENABLED
    • OIDC_ALLOWED_CLOCK_SKEW

      public static final SystemProp<Long> OIDC_ALLOWED_CLOCK_SKEW
    • OIDC_ALLOWED_CLOCK_SKEW_UNIT

      public static final SystemProp<String> OIDC_ALLOWED_CLOCK_SKEW_UNIT
    • SAML_ALLOWED_CLOCK_SKEW

      public static final SystemProp<Long> SAML_ALLOWED_CLOCK_SKEW
    • SAML_ALLOWED_CLOCK_SKEW_UNIT

      public static final SystemProp<String> SAML_ALLOWED_CLOCK_SKEW_UNIT
    • HTTP_SAME_SITE_ENABLED

      public static final SystemProp<Boolean> HTTP_SAME_SITE_ENABLED
    • HTTP_SAME_SITE_VALUE

      public static final SystemProp<String> HTTP_SAME_SITE_VALUE
    • IDP_SAME_SITE_ENABLED

      public static final SystemProp<Boolean> IDP_SAME_SITE_ENABLED
    • IDP_SAME_SITE_VALUE

      public static final SystemProp<String> IDP_SAME_SITE_VALUE
    • LEASED_LICENSE_ACTIVATION_AUTHORITY_URI

      public static final SystemProp<String> LEASED_LICENSE_ACTIVATION_AUTHORITY_URI
    • AZURE_REVOCATION_CHECK_OPTION

      public static final SystemProp<String> AZURE_REVOCATION_CHECK_OPTION
    • LICENSE_CHECK_DELAY

      public static final SystemProp<Integer> LICENSE_CHECK_DELAY
    • USER_DATA_DIR

      public static final SystemProp<String> USER_DATA_DIR
    • DEV_MODULE_SERVLET_ENABLED

      public static final SystemProp<Boolean> DEV_MODULE_SERVLET_ENABLED
    • DEV_GATEWAY_ADDRESS

      public static final SystemProp<String> DEV_GATEWAY_ADDRESS
    • DESIGNER_CACHE_DIR

      public static final SystemProp<String> DESIGNER_CACHE_DIR
    • EDGE_ROUTER_DEBUG_ENABLED

      public static final SystemProp<Boolean> EDGE_ROUTER_DEBUG_ENABLED
    • HSQL_FULL_SHUTDOWN

      public static final SystemProp<Boolean> HSQL_FULL_SHUTDOWN
    • DEV_JS_LOAD_PATH

      public static final SystemProp<String> DEV_JS_LOAD_PATH
    • RELOAD_JDBC_CLASSLOADER

      public static final SystemProp<Boolean> RELOAD_JDBC_CLASSLOADER
    • BACKUP_TEST_MANAGER_ENABLED

      public static final SystemProp<Boolean> BACKUP_TEST_MANAGER_ENABLED
    • DISABLE_PER_MESSAGE_DEFLATE_EXT

      public static final SystemProp<Boolean> DISABLE_PER_MESSAGE_DEFLATE_EXT
    • WEBSOCKET_MAX_BINARY_MESSAGE_SIZE

      public static final SystemProp<Integer> WEBSOCKET_MAX_BINARY_MESSAGE_SIZE
    • WEBSOCKET_MAX_TEXT_MESSAGE_SIZE

      public static final SystemProp<Integer> WEBSOCKET_MAX_TEXT_MESSAGE_SIZE
    • WEBSOCKET_IDLE_TIMEOUT

      public static final SystemProp<Long> WEBSOCKET_IDLE_TIMEOUT
    • INITIAL_CONNECTION_TIMEOUT

      public static final SystemProp<Long> INITIAL_CONNECTION_TIMEOUT
    • HTTP_ALLOWED_URI_COMPLIANCE_VIOLATIONS

      public static final SystemProp<String> HTTP_ALLOWED_URI_COMPLIANCE_VIOLATIONS
  • Method Details