Interface Constants


public interface Constants
Created by patricktwohig on 4/6/15.
  • Field Details

    • PASSWORD_DIGEST

      static final String PASSWORD_DIGEST
      The Digest provider instance for hashing passwords.
      See Also:
    • QUERY_MAX_RESULTS

      static final String 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

      static final String PASSWORD_DIGEST_ALGORITHM
      The algorithm for hashing passwords.
      See Also:
    • PASSWORD_ENCODING

      static final String PASSWORD_ENCODING
      The character encoding used for hashing passwords.
      See Also:
    • GLOBAL_SECRET

      static final String GLOBAL_SECRET
      The global secret. If blank, no global secret will be used.
      See Also:
    • CONFIGURATION_DIRECTORY

      static final String CONFIGURATION_DIRECTORY
      The ELEMENTS_HOME environment variable.
      See Also:
    • PROPERTIES_FILE

      static final String PROPERTIES_FILE
      The system property which defines the configuration file path
      See Also:
    • DEFAULT_PROPERTIES_FILE

      static final String DEFAULT_PROPERTIES_FILE
      The default property file to configure the server.
      See Also:
    • APP_OUTSIDE_URL

      static final String APP_OUTSIDE_URL
      The root APP outside URL
      See Also:
    • API_OUTSIDE_URL

      static final String API_OUTSIDE_URL
      The web API root. This is the full outside URL of the API endpoint.
      See Also:
    • DOC_OUTSIDE_URL

      static final String DOC_OUTSIDE_URL
      The web API root. This is the full outside URL of the API endpoint.
      See Also:
    • CDN_OUTSIDE_URL

      static final String CDN_OUTSIDE_URL
      Gets the outside CDN url
      See Also:
    • CORS_ALLOWED_ORIGINS

      static final String CORS_ALLOWED_ORIGINS
      The allowed CORS origins for the request.
      See Also:
    • ASYNC_TIMEOUT_LIMIT

      static final String ASYNC_TIMEOUT_LIMIT
      The async request timeout limit.
      See Also:
    • CODE_SERVE_URL

      static final String CODE_SERVE_URL
      The async request timeout limit.
      See Also:
    • HTTP_TUNNEL_URL

      static final String 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

      static final String HTTP_PORT
      Used to specify the port that the http service will use when binding.
      See Also:
    • HTTP_BIND_ADDRESS

      static final String HTTP_BIND_ADDRESS
      The http bind address.
      See Also:
    • HTTP_PATH_PREFIX

      static final String HTTP_PATH_PREFIX
      Used to specify the port that the http service will use when binding.
      See Also:
    • GENERATED_PASSWORD_LENGTH

      static final String GENERATED_PASSWORD_LENGTH
      Used to specify the randomly generated password.
      See Also: