Class UserPortalConstants

java.lang.Object
de.xima.fc.user_portal.constants.UserPortalConstants

public final class UserPortalConstants extends Object
  • Field Details

    • 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.
    • REST_API_PATH

      public static final String REST_API_PATH
      The relative path to the REST API application.
      See Also:
    • 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:
    • 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:
    • 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:
  • Constructor Details

    • UserPortalConstants

      public UserPortalConstants()