Interface Constants
public interface Constants
Created by patricktwohig on 4/6/15.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Defines some useful regex patterns. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The web API root.static final String
The root APP outside URLstatic final String
The async request timeout limit.static final String
Gets the outside CDN urlstatic final String
The async request timeout limit.static final String
The ELEMENTS_HOME environment variable.static final String
The allowed CORS origins for the request.static final String
The default property file to configure the server.static final String
The web API root.static final String
Used to specify the randomly generated password.static final String
The global secret.static final String
The http bind address.static final String
Used to specify the port that the http service will use when binding.static final String
Used to specify the port that the http service will use when binding.static final String
The HTTP tunneling root URL.static final String
The Digest provider instance for hashing passwords.static final String
The algorithm for hashing passwords.static final String
The character encoding used for hashing passwords.static final String
The system property which defines the configuration file pathstatic final String
Used to controlt he maxmimum number of results returned via the REST api.static final String
The short-link base for all urls generated.
-
Field Details
-
PASSWORD_DIGEST
The Digest provider instance for hashing passwords.- See Also:
-
QUERY_MAX_RESULTS
Used to controlt he maxmimum number of results returned via the REST api. This cap is enforced to avoid an undue strain on the server by malicicous users requesting exceptionally large number of search results.- See Also:
-
PASSWORD_DIGEST_ALGORITHM
The algorithm for hashing passwords.- See Also:
-
PASSWORD_ENCODING
The character encoding used for hashing passwords.- See Also:
-
SHORT_LINK_BASE
The short-link base for all urls generated.- See Also:
-
GLOBAL_SECRET
The global secret. If blank, no global secret will be used.- See Also:
-
CONFIGURATION_DIRECTORY
The ELEMENTS_HOME environment variable.- See Also:
-
PROPERTIES_FILE
The system property which defines the configuration file path- See Also:
-
DEFAULT_PROPERTIES_FILE
The default property file to configure the server.- See Also:
-
APP_OUTSIDE_URL
The root APP outside URL- See Also:
-
API_OUTSIDE_URL
The web API root. This is the full outside URL of the API endpoint.- See Also:
-
DOC_OUTSIDE_URL
The web API root. This is the full outside URL of the API endpoint.- See Also:
-
CDN_OUTSIDE_URL
Gets the outside CDN url- See Also:
-
CORS_ALLOWED_ORIGINS
The allowed CORS origins for the request.- See Also:
-
ASYNC_TIMEOUT_LIMIT
The async request timeout limit.- See Also:
-
CODE_SERVE_URL
The async request timeout limit.- See Also:
-
HTTP_TUNNEL_URL
The HTTP tunneling root URL. This is the base URL where the http rt-http service services requests.- See Also:
-
HTTP_PORT
Used to specify the port that the http service will use when binding.- See Also:
-
HTTP_BIND_ADDRESS
The http bind address.- See Also:
-
HTTP_PATH_PREFIX
Used to specify the port that the http service will use when binding.- See Also:
-
GENERATED_PASSWORD_LENGTH
Used to specify the randomly generated password.- See Also:
-