Class PerspectiveProjectProps
- java.lang.Object
- 
- com.inductiveautomation.perspective.common.config.PerspectiveProjectProps
 
- 
 public class PerspectiveProjectProps extends java.lang.Object
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classPerspectiveProjectProps.UpdateMode
 - 
Field SummaryFields Modifier and Type Field Description static java.lang.StringDEFAULT_LOCALEstatic java.lang.StringDEFAULT_LOGGED_OUT_MESSAGEstatic java.lang.StringDEFAULT_MESSAGEstatic java.lang.StringDEFAULT_PAGE_CLOSED_MESSAGEstatic java.lang.StringDEFAULT_SESSION_CLOSED_MESSAGEstatic intDEFAULT_TIMEOUTstatic java.lang.StringDEFAULT_TIMEZONEstatic intDESKTOP_PAGE_TIMEOUT_SECONDSintdesktopPageTimeoutSecondsstatic booleanHIDE_FROM_LAUNCH_LISTINGS_DEFAULTbooleanhideFromLaunchListingsjava.lang.StringidpDeprecated.java.lang.Stringlocalejava.lang.StringloggedOutMessagestatic intMOBILE_PAGE_TIMEOUT_SECONDSintmobilePageTimeoutSecondsjava.lang.StringpageClosedMessagestatic ResourceTypeRESOURCE_TYPEjava.lang.StringsessionClosedMessagejava.lang.StringthumbnailPathjava.lang.Stringtimezonestatic java.lang.StringTIMEZONE_CLIENTstatic java.lang.StringTIMEZONE_GATEWAYjava.lang.StringupdateMessagePerspectiveProjectProps.UpdateModeupdateModeintupdateTimeout
 - 
Constructor SummaryConstructors Constructor Description PerspectiveProjectProps()
 
- 
- 
- 
Field Detail- 
RESOURCE_TYPEpublic static final ResourceType RESOURCE_TYPE 
 - 
DEFAULT_MESSAGEpublic static final java.lang.String DEFAULT_MESSAGE - See Also:
- Constant Field Values
 
 - 
DEFAULT_TIMEOUTpublic static final int DEFAULT_TIMEOUT - See Also:
- Constant Field Values
 
 - 
DEFAULT_LOCALEpublic static final java.lang.String DEFAULT_LOCALE - See Also:
- Constant Field Values
 
 - 
TIMEZONE_GATEWAYpublic static final java.lang.String TIMEZONE_GATEWAY - See Also:
- Constant Field Values
 
 - 
TIMEZONE_CLIENTpublic static final java.lang.String TIMEZONE_CLIENT - See Also:
- Constant Field Values
 
 - 
DEFAULT_TIMEZONEpublic static final java.lang.String DEFAULT_TIMEZONE - See Also:
- Constant Field Values
 
 - 
DESKTOP_PAGE_TIMEOUT_SECONDSpublic static final int DESKTOP_PAGE_TIMEOUT_SECONDS - See Also:
- Constant Field Values
 
 - 
MOBILE_PAGE_TIMEOUT_SECONDSpublic static final int MOBILE_PAGE_TIMEOUT_SECONDS - See Also:
- Constant Field Values
 
 - 
DEFAULT_SESSION_CLOSED_MESSAGEpublic static final java.lang.String DEFAULT_SESSION_CLOSED_MESSAGE - See Also:
- Constant Field Values
 
 - 
DEFAULT_PAGE_CLOSED_MESSAGEpublic static final java.lang.String DEFAULT_PAGE_CLOSED_MESSAGE - See Also:
- Constant Field Values
 
 - 
DEFAULT_LOGGED_OUT_MESSAGEpublic static final java.lang.String DEFAULT_LOGGED_OUT_MESSAGE - See Also:
- Constant Field Values
 
 - 
HIDE_FROM_LAUNCH_LISTINGS_DEFAULTpublic static final boolean HIDE_FROM_LAUNCH_LISTINGS_DEFAULT - See Also:
- Constant Field Values
 
 - 
updateModepublic PerspectiveProjectProps.UpdateMode updateMode 
 - 
updateMessagepublic java.lang.String updateMessage 
 - 
updateTimeoutpublic int updateTimeout 
 - 
localepublic java.lang.String locale 
 - 
idp@Deprecated public java.lang.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.
 - 
timezonepublic java.lang.String timezone 
 - 
desktopPageTimeoutSecondspublic int desktopPageTimeoutSeconds 
 - 
mobilePageTimeoutSecondspublic int mobilePageTimeoutSeconds 
 - 
hideFromLaunchListingspublic boolean hideFromLaunchListings 
 - 
thumbnailPathpublic java.lang.String thumbnailPath 
 - 
sessionClosedMessagepublic java.lang.String sessionClosedMessage 
 - 
pageClosedMessagepublic java.lang.String pageClosedMessage 
 - 
loggedOutMessagepublic java.lang.String loggedOutMessage 
 
- 
 
-