Package org.restheart
Interface ConfigurationKeys
-
public interface ConfigurationKeys- Author:
- Andrea Di Cesare
-
-
Field Summary
Fields Modifier and Type Field Description static StringAJP_HOST_KEYthe key for the ajp-host property.static StringAJP_LISTENER_KEYthe key for the ajp-listener property.static StringAJP_PORT_KEYthe key for the ajp-port property.static StringALLOW_UNESCAPED_CHARACTERS_IN_URLThe key to allow unescaped chars in URLstatic StringANSI_CONSOLE_KEYThe key for enabling the Ansi console (for logging with colors)static StringARGS_KEYthe key for the args property.static StringAUTH_MECHANISMS_KEYthe key for the auth Mechanism.static StringAUTHENTICATORS_KEYthe key for the authenticators property.static StringAUTHORIZERS_KEYthe key for the authorizers property.static StringBUFFER_SIZE_KEYthe key for the buffer-size property.static StringCERT_PASSWORD_KEYthe key for the certpassword property.static StringCLASS_KEYthe key for the class property.static StringCONNECTION_OPTIONS_KEYundertow connetction optionsstatic StringDEFAULT_AJP_HOSTdefault ajp host 0.0.0.0.static booleanDEFAULT_AJP_LISTENERdefault http listener.static intDEFAULT_AJP_PORTdefault ajp port 8009.static StringDEFAULT_HTTP_HOSTdefault http host 127.0.0.1.static booleanDEFAULT_HTTP_LISTENERdefault http listener.static intDEFAULT_HTTP_PORTdefault http port 8080.static StringDEFAULT_HTTPS_HOSTdefault https host 0.0.0.0.static booleanDEFAULT_HTTPS_LISTENERdefault https listener.static intDEFAULT_HTTPS_PORTdefault https port 4443.static StringDEFAULT_INSTANCE_NAMEdefault instance namestatic StringDIRECT_BUFFERS_KEYthe key for the direct-buffers property.static StringENABLE_LOG_CONSOLE_KEYthe key for the enable-log-console property.static StringENABLE_LOG_FILE_KEYthe key for the enable-log-file property.static StringFORCE_GZIP_ENCODING_KEYthe key for the force-gzip-encoding property.static StringHTTP_HOST_KEYthe key for the http-host property.static StringHTTP_LISTENER_KEYthe key for http-listener the property.static StringHTTP_PORT_KEYthe key for the http-port property.static StringHTTPS_HOST_KEYthe key for the https-host property.static StringHTTPS_LISTENER_KEYthe key for the https-listener property.static StringHTTPS_PORT_KEYthe key for the https-port property.static StringINSTANCE_NAME_KEYthe key for the instance-name property.static StringIO_THREADS_KEYthe key for the io-threads property.static StringKEYSTORE_FILE_KEYthe key for the keystore-file property.static StringKEYSTORE_PASSWORD_KEYthe key for the keystore-password property.static StringLOCAL_CACHE_ENABLED_KEYthe key for the local-cache-enabled property.static StringLOG_FILE_PATH_KEYthe key for the log-file-path property.static StringLOG_LEVEL_KEYthe key for the log-level property.static StringLOG_REQUESTS_LEVEL_KEYForce http requests logging even if DEBUG is not setstatic StringMONGO_AUTH_DB_KEYthe key for the auth-db property.static StringNAME_KEYthe key for the name property.static StringPLUGIN_ENABLED_KEYThe key to enable pluginsstatic StringPLUGINS_ARGS_KEYthe key for the pluging-args property.static StringPLUGINS_DIRECTORY_PATH_KEYthe key for the log-file-path property.static StringPROXY_CONNECTIONS_PER_THREADthe key for the connections-per-thread property.static StringPROXY_KEYthe key for the proxies property.static StringPROXY_LOCATION_KEYthe key for the location property.static StringPROXY_MAX_QUEUE_SIZEthe key for the max-queue-size property.static StringPROXY_NAMEthe key for the proxy name property.static StringPROXY_PASS_KEYthe key for the proxy-pass property.static StringPROXY_PROBLEM_SERVER_RETRYthe key for the problem-server-retry property.static StringPROXY_REWRITE_HOST_HEADERthe key for the rewrite-host-header.static StringPROXY_SOFT_MAX_CONNECTIONS_PER_THREADthe key for the soft-max-connections-per-thread property.static StringPROXY_TTLthe key for the connections-ttl property.static StringREQUESTS_LIMIT_KEYthe key for the requests-limit property.static StringREQUESTS_LOG_LEVEL_KEYthe key for the requests-log-level property.static StringREQUESTS_LOG_TRACE_HEADERS_KEYthe key for the requests-log-tracing-headers property.static StringSERVICE_SECURED_KEYthe key for the secured property.static StringSERVICE_URI_KEYthe key for the uri property.static StringSERVICES_KEYDeprecated.services are now configured in plugins-args sectionstatic StringSTATIC_RESOURCES_MOUNT_EMBEDDED_KEYthe key for the embedded property.static StringSTATIC_RESOURCES_MOUNT_WELCOME_FILE_KEYthe key for the welcome-file property.static StringSTATIC_RESOURCES_MOUNT_WHAT_KEYthe key for the what property.static StringSTATIC_RESOURCES_MOUNT_WHERE_KEYthe key for the where property.static StringSTATIC_RESOURCES_MOUNTS_KEYthe key for the static-resources-mounts property.static StringTOKEN_MANAGER_KEYthe key for the tokenManager property.static StringUSE_EMBEDDED_KEYSTORE_KEYthe key for the use-embedded-keystore property.static StringWORKER_THREADS_KEYthe key for the worker-threads property.
-
-
-
Field Detail
-
DEFAULT_HTTP_LISTENER
static final boolean DEFAULT_HTTP_LISTENER
default http listener.- See Also:
- Constant Field Values
-
DEFAULT_HTTP_PORT
static final int DEFAULT_HTTP_PORT
default http port 8080.- See Also:
- Constant Field Values
-
DEFAULT_HTTP_HOST
static final String DEFAULT_HTTP_HOST
default http host 127.0.0.1.- See Also:
- Constant Field Values
-
DEFAULT_HTTPS_LISTENER
static final boolean DEFAULT_HTTPS_LISTENER
default https listener.- See Also:
- Constant Field Values
-
DEFAULT_HTTPS_PORT
static final int DEFAULT_HTTPS_PORT
default https port 4443.- See Also:
- Constant Field Values
-
DEFAULT_HTTPS_HOST
static final String DEFAULT_HTTPS_HOST
default https host 0.0.0.0.- See Also:
- Constant Field Values
-
DEFAULT_AJP_LISTENER
static final boolean DEFAULT_AJP_LISTENER
default http listener.- See Also:
- Constant Field Values
-
DEFAULT_AJP_HOST
static final String DEFAULT_AJP_HOST
default ajp host 0.0.0.0.- See Also:
- Constant Field Values
-
DEFAULT_AJP_PORT
static final int DEFAULT_AJP_PORT
default ajp port 8009.- See Also:
- Constant Field Values
-
DEFAULT_INSTANCE_NAME
static final String DEFAULT_INSTANCE_NAME
default instance name- See Also:
- Constant Field Values
-
PLUGINS_DIRECTORY_PATH_KEY
static final String PLUGINS_DIRECTORY_PATH_KEY
the key for the log-file-path property.- See Also:
- Constant Field Values
-
SERVICES_KEY
@Deprecated static final String SERVICES_KEY
Deprecated.services are now configured in plugins-args sectionthe key for the services property.- See Also:
- Constant Field Values
-
ARGS_KEY
static final String ARGS_KEY
the key for the args property.- See Also:
- Constant Field Values
-
NAME_KEY
static final String NAME_KEY
the key for the name property.- See Also:
- Constant Field Values
-
SERVICE_URI_KEY
static final String SERVICE_URI_KEY
the key for the uri property.- See Also:
- Constant Field Values
-
SERVICE_SECURED_KEY
static final String SERVICE_SECURED_KEY
the key for the secured property.- See Also:
- Constant Field Values
-
LOCAL_CACHE_ENABLED_KEY
static final String LOCAL_CACHE_ENABLED_KEY
the key for the local-cache-enabled property.- See Also:
- Constant Field Values
-
REQUESTS_LOG_LEVEL_KEY
static final String REQUESTS_LOG_LEVEL_KEY
the key for the requests-log-level property.- See Also:
- Constant Field Values
-
REQUESTS_LOG_TRACE_HEADERS_KEY
static final String REQUESTS_LOG_TRACE_HEADERS_KEY
the key for the requests-log-tracing-headers property.- See Also:
- Constant Field Values
-
FORCE_GZIP_ENCODING_KEY
static final String FORCE_GZIP_ENCODING_KEY
the key for the force-gzip-encoding property.- See Also:
- Constant Field Values
-
DIRECT_BUFFERS_KEY
static final String DIRECT_BUFFERS_KEY
the key for the direct-buffers property.- See Also:
- Constant Field Values
-
BUFFER_SIZE_KEY
static final String BUFFER_SIZE_KEY
the key for the buffer-size property.- See Also:
- Constant Field Values
-
WORKER_THREADS_KEY
static final String WORKER_THREADS_KEY
the key for the worker-threads property.- See Also:
- Constant Field Values
-
IO_THREADS_KEY
static final String IO_THREADS_KEY
the key for the io-threads property.- See Also:
- Constant Field Values
-
REQUESTS_LIMIT_KEY
static final String REQUESTS_LIMIT_KEY
the key for the requests-limit property.- See Also:
- Constant Field Values
-
ENABLE_LOG_FILE_KEY
static final String ENABLE_LOG_FILE_KEY
the key for the enable-log-file property.- See Also:
- Constant Field Values
-
ENABLE_LOG_CONSOLE_KEY
static final String ENABLE_LOG_CONSOLE_KEY
the key for the enable-log-console property.- See Also:
- Constant Field Values
-
LOG_LEVEL_KEY
static final String LOG_LEVEL_KEY
the key for the log-level property.- See Also:
- Constant Field Values
-
LOG_FILE_PATH_KEY
static final String LOG_FILE_PATH_KEY
the key for the log-file-path property.- See Also:
- Constant Field Values
-
CLASS_KEY
static final String CLASS_KEY
the key for the class property.- See Also:
- Constant Field Values
-
AUTHORIZERS_KEY
static final String AUTHORIZERS_KEY
the key for the authorizers property.- See Also:
- Constant Field Values
-
AUTHENTICATORS_KEY
static final String AUTHENTICATORS_KEY
the key for the authenticators property.- See Also:
- Constant Field Values
-
AUTH_MECHANISMS_KEY
static final String AUTH_MECHANISMS_KEY
the key for the auth Mechanism.- See Also:
- Constant Field Values
-
PROXY_KEY
static final String PROXY_KEY
the key for the proxies property.- See Also:
- Constant Field Values
-
PROXY_LOCATION_KEY
static final String PROXY_LOCATION_KEY
the key for the location property.- See Also:
- Constant Field Values
-
PROXY_PASS_KEY
static final String PROXY_PASS_KEY
the key for the proxy-pass property.- See Also:
- Constant Field Values
-
PROXY_NAME
static final String PROXY_NAME
the key for the proxy name property.- See Also:
- Constant Field Values
-
PROXY_REWRITE_HOST_HEADER
static final String PROXY_REWRITE_HOST_HEADER
the key for the rewrite-host-header.- See Also:
- Constant Field Values
-
PROXY_CONNECTIONS_PER_THREAD
static final String PROXY_CONNECTIONS_PER_THREAD
the key for the connections-per-thread property.- See Also:
- Constant Field Values
-
PROXY_MAX_QUEUE_SIZE
static final String PROXY_MAX_QUEUE_SIZE
the key for the max-queue-size property.- See Also:
- Constant Field Values
-
PROXY_SOFT_MAX_CONNECTIONS_PER_THREAD
static final String PROXY_SOFT_MAX_CONNECTIONS_PER_THREAD
the key for the soft-max-connections-per-thread property.- See Also:
- Constant Field Values
-
PROXY_TTL
static final String PROXY_TTL
the key for the connections-ttl property.- See Also:
- Constant Field Values
-
PROXY_PROBLEM_SERVER_RETRY
static final String PROXY_PROBLEM_SERVER_RETRY
the key for the problem-server-retry property.- See Also:
- Constant Field Values
-
STATIC_RESOURCES_MOUNTS_KEY
static final String STATIC_RESOURCES_MOUNTS_KEY
the key for the static-resources-mounts property.- See Also:
- Constant Field Values
-
STATIC_RESOURCES_MOUNT_WHAT_KEY
static final String STATIC_RESOURCES_MOUNT_WHAT_KEY
the key for the what property.- See Also:
- Constant Field Values
-
STATIC_RESOURCES_MOUNT_WHERE_KEY
static final String STATIC_RESOURCES_MOUNT_WHERE_KEY
the key for the where property.- See Also:
- Constant Field Values
-
STATIC_RESOURCES_MOUNT_WELCOME_FILE_KEY
static final String STATIC_RESOURCES_MOUNT_WELCOME_FILE_KEY
the key for the welcome-file property.- See Also:
- Constant Field Values
-
STATIC_RESOURCES_MOUNT_EMBEDDED_KEY
static final String STATIC_RESOURCES_MOUNT_EMBEDDED_KEY
the key for the embedded property.- See Also:
- Constant Field Values
-
PLUGINS_ARGS_KEY
static final String PLUGINS_ARGS_KEY
the key for the pluging-args property.- See Also:
- Constant Field Values
-
MONGO_AUTH_DB_KEY
static final String MONGO_AUTH_DB_KEY
the key for the auth-db property.- See Also:
- Constant Field Values
-
CERT_PASSWORD_KEY
static final String CERT_PASSWORD_KEY
the key for the certpassword property.- See Also:
- Constant Field Values
-
KEYSTORE_PASSWORD_KEY
static final String KEYSTORE_PASSWORD_KEY
the key for the keystore-password property.- See Also:
- Constant Field Values
-
KEYSTORE_FILE_KEY
static final String KEYSTORE_FILE_KEY
the key for the keystore-file property.- See Also:
- Constant Field Values
-
USE_EMBEDDED_KEYSTORE_KEY
static final String USE_EMBEDDED_KEYSTORE_KEY
the key for the use-embedded-keystore property.- See Also:
- Constant Field Values
-
HTTP_HOST_KEY
static final String HTTP_HOST_KEY
the key for the http-host property.- See Also:
- Constant Field Values
-
HTTP_PORT_KEY
static final String HTTP_PORT_KEY
the key for the http-port property.- See Also:
- Constant Field Values
-
HTTP_LISTENER_KEY
static final String HTTP_LISTENER_KEY
the key for http-listener the property.- See Also:
- Constant Field Values
-
HTTPS_HOST_KEY
static final String HTTPS_HOST_KEY
the key for the https-host property.- See Also:
- Constant Field Values
-
HTTPS_PORT_KEY
static final String HTTPS_PORT_KEY
the key for the https-port property.- See Also:
- Constant Field Values
-
HTTPS_LISTENER_KEY
static final String HTTPS_LISTENER_KEY
the key for the https-listener property.- See Also:
- Constant Field Values
-
AJP_HOST_KEY
static final String AJP_HOST_KEY
the key for the ajp-host property.- See Also:
- Constant Field Values
-
AJP_PORT_KEY
static final String AJP_PORT_KEY
the key for the ajp-port property.- See Also:
- Constant Field Values
-
AJP_LISTENER_KEY
static final String AJP_LISTENER_KEY
the key for the ajp-listener property.- See Also:
- Constant Field Values
-
INSTANCE_NAME_KEY
static final String INSTANCE_NAME_KEY
the key for the instance-name property.- See Also:
- Constant Field Values
-
TOKEN_MANAGER_KEY
static final String TOKEN_MANAGER_KEY
the key for the tokenManager property.- See Also:
- Constant Field Values
-
LOG_REQUESTS_LEVEL_KEY
static final String LOG_REQUESTS_LEVEL_KEY
Force http requests logging even if DEBUG is not set- See Also:
- Constant Field Values
-
ANSI_CONSOLE_KEY
static final String ANSI_CONSOLE_KEY
The key for enabling the Ansi console (for logging with colors)- See Also:
- Constant Field Values
-
ALLOW_UNESCAPED_CHARACTERS_IN_URL
static final String ALLOW_UNESCAPED_CHARACTERS_IN_URL
The key to allow unescaped chars in URL- See Also:
- Constant Field Values
-
PLUGIN_ENABLED_KEY
static final String PLUGIN_ENABLED_KEY
The key to enable plugins- See Also:
- Constant Field Values
-
CONNECTION_OPTIONS_KEY
static final String CONNECTION_OPTIONS_KEY
undertow connetction options- See Also:
- Constant Field Values
-
-