Package de.xima.fc.user_portal.constants
Class UserPortalConstants
- java.lang.Object
-
- de.xima.fc.user_portal.constants.UserPortalConstants
-
public final class UserPortalConstants extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserPortalConstants.RequestParameter
Constants for common request parameters.
-
Field Summary
Fields Modifier and Type Field Description static Duration
MAX_CONNECT_TIMEOUT
The max timeout for connecting to a server.static Duration
MAX_READ_TIMEOUT
The max timeout for connecting to a server.static String
RESOURCE_LINK_DOWNLOAD
The name of the resource link that points to a download link for the resource, for the REST API.static String
RESOURCE_LINK_SELF
The name of the resource link that points to the resource itself, for the REST API.static String
REST_API_PATH
The relative path to the REST API application.static String
REST_API_PATH_PUBLIC
The relative path to the public part of the REST API application.static String
USER_PORTAL_EXTERNAL_PATH
The external path of the user portal, i.e.static String
USER_PORTAL_INTERNAL_PATH
The internal path of the user portal, i.e.
-
Constructor Summary
Constructors Constructor Description UserPortalConstants()
-
-
-
Field Detail
-
MAX_CONNECT_TIMEOUT
public static final Duration MAX_CONNECT_TIMEOUT
The max timeout for connecting to a server.
-
MAX_READ_TIMEOUT
public static final Duration MAX_READ_TIMEOUT
The max timeout for connecting to a server.
-
RESOURCE_LINK_DOWNLOAD
public static final String RESOURCE_LINK_DOWNLOAD
The name of the resource link that points to a download link for the resource, for the REST API.- See Also:
- Constant Field Values
-
RESOURCE_LINK_SELF
public static final String RESOURCE_LINK_SELF
The name of the resource link that points to the resource itself, for the REST API.- See Also:
- Constant Field Values
-
REST_API_PATH
public static final String REST_API_PATH
The relative path to the REST API application.- See Also:
- Constant Field Values
-
REST_API_PATH_PUBLIC
public static final String REST_API_PATH_PUBLIC
The relative path to the public part of the REST API application.- See Also:
- Constant Field Values
-
USER_PORTAL_EXTERNAL_PATH
public static final String USER_PORTAL_EXTERNAL_PATH
The external path of the user portal, i.e. the start of user portal URLs in the browser.- See Also:
- Constant Field Values
-
USER_PORTAL_INTERNAL_PATH
public static final String USER_PORTAL_INTERNAL_PATH
The internal path of the user portal, i.e. the start of user portal URLs as used internally.- See Also:
- Constant Field Values
-
-