Interface Constants
public interface Constants
Service layer constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Names a service as scoped to the ANONYMOUS user level.static final String
Used to specify the RPC provider for bsc blockchain.static final String
Used to specify the endpoint file path for cloning static content.static final String
Used to specify the file path for static content.static final String
Used to specify the endpoint for serving static content.static final String
Used to specify the mock session timeout.static final String
Used to specify the host for neo blockchain.static final String
Used to specify the port for neo blockchain.static final String
Generic name for service scoped types.static final String
Used to specify the session timeout, in secondsstatic final String
Names a service as scoped to the SUPERUSER user level.static final String
Names a service as unscoped.static final String
Names a service as scoped to the USER user level.
-
Field Details
-
SERVICE
Generic name for service scoped types.- See Also:
-
UNSCOPED
Names a service as unscoped.- See Also:
-
ANONYMOUS
Names a service as scoped to the ANONYMOUS user level.- See Also:
-
USER
Names a service as scoped to the USER user level.- See Also:
-
SUPERUSER
Names a service as scoped to the SUPERUSER user level.- See Also:
-
BSC_RPC_PROVIDER
Used to specify the RPC provider for bsc blockchain.- See Also:
-
SESSION_TIMEOUT_SECONDS
Used to specify the session timeout, in seconds- See Also:
-
MOCK_SESSION_TIMEOUT_SECONDS
Used to specify the mock session timeout.- See Also:
-
NEO_BLOCKCHAIN_HOST
Used to specify the host for neo blockchain.- See Also:
-
NEO_BLOCKCHAIN_PORT
Used to specify the port for neo blockchain.- See Also:
-
CDN_FILE_DIRECTORY
Used to specify the file path for static content.- See Also:
-
CDN_CLONE_ENDPOINT
Used to specify the endpoint file path for cloning static content.- See Also:
-
CDN_SERVE_ENDPOINT
Used to specify the endpoint for serving static content.- See Also:
-