Interface Constants


public interface Constants
Service layer constants.
  • Field Details

    • SERVICE

      static final String SERVICE
      Generic name for service scoped types.
      See Also:
    • UNSCOPED

      static final String UNSCOPED
      Names a service as unscoped.
      See Also:
    • ANONYMOUS

      static final String ANONYMOUS
      Names a service as scoped to the ANONYMOUS user level.
      See Also:
    • USER

      static final String USER
      Names a service as scoped to the USER user level.
      See Also:
    • SUPERUSER

      static final String SUPERUSER
      Names a service as scoped to the SUPERUSER user level.
      See Also:
    • BSC_RPC_PROVIDER

      static final String BSC_RPC_PROVIDER
      Used to specify the RPC provider for bsc blockchain.
      See Also:
    • SESSION_TIMEOUT_SECONDS

      static final String SESSION_TIMEOUT_SECONDS
      Used to specify the session timeout, in seconds
      See Also:
    • MOCK_SESSION_TIMEOUT_SECONDS

      static final String MOCK_SESSION_TIMEOUT_SECONDS
      Used to specify the mock session timeout.
      See Also:
    • NEO_BLOCKCHAIN_HOST

      static final String NEO_BLOCKCHAIN_HOST
      Used to specify the host for neo blockchain.
      See Also:
    • NEO_BLOCKCHAIN_PORT

      static final String NEO_BLOCKCHAIN_PORT
      Used to specify the port for neo blockchain.
      See Also:
    • CDN_FILE_DIRECTORY

      static final String CDN_FILE_DIRECTORY
      Used to specify the file path for static content.
      See Also:
    • CDN_CLONE_ENDPOINT

      static final String CDN_CLONE_ENDPOINT
      Used to specify the endpoint file path for cloning static content.
      See Also:
    • CDN_SERVE_ENDPOINT

      static final String CDN_SERVE_ENDPOINT
      Used to specify the endpoint for serving static content.
      See Also: