Interface Constants
public interface Constants
Service layer constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringNames a service as scoped to the ANONYMOUS user level.static final StringUsed to specify the RPC provider for bsc blockchain.static final StringUsed to specify the endpoint file path for cloning static content.static final StringUsed to specify the file path for static content.static final StringUsed to specify the endpoint for serving static content.static final StringUsed to specify the mock session timeout.static final StringUsed to specify the host for neo blockchain.static final StringUsed to specify the port for neo blockchain.static final StringGeneric name for service scoped types.static final StringUsed to specify the session timeout, in secondsstatic final StringNames a service as scoped to the SUPERUSER user level.static final StringNames a service as unscoped.static final StringNames 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:
-