Class PerspectiveProjectProps

java.lang.Object
com.inductiveautomation.perspective.common.config.PerspectiveProjectProps

public class PerspectiveProjectProps extends Object
  • Field Details

    • RESOURCE_TYPE

      public static final ResourceType RESOURCE_TYPE
    • DEFAULT_MESSAGE

      public static final String DEFAULT_MESSAGE
      See Also:
    • DEFAULT_TIMEOUT

      public static final int DEFAULT_TIMEOUT
      See Also:
    • DEFAULT_LOCALE

      public static final String DEFAULT_LOCALE
      See Also:
    • TIMEZONE_GATEWAY

      public static final String TIMEZONE_GATEWAY
      See Also:
    • TIMEZONE_CLIENT

      public static final String TIMEZONE_CLIENT
      See Also:
    • DEFAULT_TIMEZONE

      public static final String DEFAULT_TIMEZONE
      See Also:
    • DESKTOP_PAGE_TIMEOUT_SECONDS

      public static final int DESKTOP_PAGE_TIMEOUT_SECONDS
      See Also:
    • MOBILE_PAGE_TIMEOUT_SECONDS

      public static final int MOBILE_PAGE_TIMEOUT_SECONDS
      See Also:
    • DEFAULT_SESSION_CLOSED_MESSAGE

      public static final String DEFAULT_SESSION_CLOSED_MESSAGE
      See Also:
    • DEFAULT_PAGE_CLOSED_MESSAGE

      public static final String DEFAULT_PAGE_CLOSED_MESSAGE
      See Also:
    • DEFAULT_LOGGED_OUT_MESSAGE

      public static final String DEFAULT_LOGGED_OUT_MESSAGE
      See Also:
    • HIDE_FROM_LAUNCH_LISTINGS_DEFAULT

      public static final boolean HIDE_FROM_LAUNCH_LISTINGS_DEFAULT
      See Also:
    • updateMode

    • updateMessage

      public String updateMessage
    • updateTimeout

      public int updateTimeout
    • locale

      public String locale
    • idp

      @Deprecated public String idp
      Deprecated.
      Deprecated - do not reference this prop directly. This used to hold a reference to the Perspective project's default IdP ID. We now use the named reference to the IdP in the project's global props.
    • timezone

      public String timezone
    • desktopPageTimeoutSeconds

      public int desktopPageTimeoutSeconds
    • mobilePageTimeoutSeconds

      public int mobilePageTimeoutSeconds
    • hideFromLaunchListings

      public boolean hideFromLaunchListings
    • thumbnailPath

      public String thumbnailPath
    • sessionClosedMessage

      public String sessionClosedMessage
    • pageClosedMessage

      public String pageClosedMessage
    • loggedOutMessage

      public String loggedOutMessage
  • Constructor Details

    • PerspectiveProjectProps

      public PerspectiveProjectProps()