Class IdleTimeoutProps
- java.lang.Object
- 
- com.inductiveautomation.perspective.common.config.IdleTimeoutProps
 
- 
 public class IdleTimeoutProps extends java.lang.Object
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classIdleTimeoutProps.InactivityTimeoutAction
 - 
Field SummaryFields Modifier and Type Field Description static intDEFAULT_INACTIVITY_MINUTESstatic java.lang.StringDEFAULT_LOGOUT_MESSAGEstatic java.lang.StringDEFAULT_LOGOUT_URLstatic java.lang.StringDEFAULT_SESSION_CLOSE_MESSAGEstatic IdleTimeoutProps.InactivityTimeoutActionDEFAULT_TIMEOUT_ACTIONstatic booleanENABLE_CUSTOM_LOGOUTstatic booleanENABLE_INACTIVITY_TIMEOUT_DEFAULTintgracePeriodjava.lang.StringgracePeriodMessageintidleMinutesbooleanisCustomLogoutbooleanisIdleTimeoutEnabledjava.lang.StringlogoutUrlstatic ResourceTypeRESOURCE_TYPEstatic intTIMEOUT_ABORT_COUNTDOWN_DEFAULTIdleTimeoutProps.InactivityTimeoutActiontimeoutAction
 - 
Constructor SummaryConstructors Constructor Description IdleTimeoutProps()
 
- 
- 
- 
Field Detail- 
RESOURCE_TYPEpublic static final ResourceType RESOURCE_TYPE 
 - 
ENABLE_INACTIVITY_TIMEOUT_DEFAULTpublic static final boolean ENABLE_INACTIVITY_TIMEOUT_DEFAULT - See Also:
- Constant Field Values
 
 - 
DEFAULT_INACTIVITY_MINUTESpublic static final int DEFAULT_INACTIVITY_MINUTES - See Also:
- Constant Field Values
 
 - 
TIMEOUT_ABORT_COUNTDOWN_DEFAULTpublic static final int TIMEOUT_ABORT_COUNTDOWN_DEFAULT - See Also:
- Constant Field Values
 
 - 
DEFAULT_LOGOUT_MESSAGEpublic static final java.lang.String DEFAULT_LOGOUT_MESSAGE - See Also:
- Constant Field Values
 
 - 
DEFAULT_SESSION_CLOSE_MESSAGEpublic static final java.lang.String DEFAULT_SESSION_CLOSE_MESSAGE - See Also:
- Constant Field Values
 
 - 
DEFAULT_TIMEOUT_ACTIONpublic static final IdleTimeoutProps.InactivityTimeoutAction DEFAULT_TIMEOUT_ACTION 
 - 
ENABLE_CUSTOM_LOGOUTpublic static final boolean ENABLE_CUSTOM_LOGOUT - See Also:
- Constant Field Values
 
 - 
DEFAULT_LOGOUT_URLpublic static final java.lang.String DEFAULT_LOGOUT_URL - See Also:
- Constant Field Values
 
 - 
isIdleTimeoutEnabledpublic boolean isIdleTimeoutEnabled 
 - 
idleMinutespublic int idleMinutes 
 - 
gracePeriodpublic int gracePeriod 
 - 
gracePeriodMessagepublic java.lang.String gracePeriodMessage 
 - 
timeoutActionpublic IdleTimeoutProps.InactivityTimeoutAction timeoutAction 
 - 
logoutUrlpublic java.lang.String logoutUrl 
 - 
isCustomLogoutpublic boolean isCustomLogout 
 
- 
 
-