Class IdleTimeoutProps
- java.lang.Object
 - 
- com.inductiveautomation.perspective.common.config.IdleTimeoutProps
 
 
- 
public class IdleTimeoutProps extends java.lang.Object 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdleTimeoutProps.InactivityTimeoutAction 
- 
Field Summary
Fields 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 Summary
Constructors Constructor Description IdleTimeoutProps() 
 - 
 
- 
- 
Field Detail
- 
RESOURCE_TYPE
public static final ResourceType RESOURCE_TYPE
 
- 
ENABLE_INACTIVITY_TIMEOUT_DEFAULT
public static final boolean ENABLE_INACTIVITY_TIMEOUT_DEFAULT
- See Also:
 - Constant Field Values
 
 
- 
DEFAULT_INACTIVITY_MINUTES
public static final int DEFAULT_INACTIVITY_MINUTES
- See Also:
 - Constant Field Values
 
 
- 
TIMEOUT_ABORT_COUNTDOWN_DEFAULT
public static final int TIMEOUT_ABORT_COUNTDOWN_DEFAULT
- See Also:
 - Constant Field Values
 
 
- 
DEFAULT_LOGOUT_MESSAGE
public static final java.lang.String DEFAULT_LOGOUT_MESSAGE
- See Also:
 - Constant Field Values
 
 
- 
DEFAULT_SESSION_CLOSE_MESSAGE
public static final java.lang.String DEFAULT_SESSION_CLOSE_MESSAGE
- See Also:
 - Constant Field Values
 
 
- 
DEFAULT_TIMEOUT_ACTION
public static final IdleTimeoutProps.InactivityTimeoutAction DEFAULT_TIMEOUT_ACTION
 
- 
ENABLE_CUSTOM_LOGOUT
public static final boolean ENABLE_CUSTOM_LOGOUT
- See Also:
 - Constant Field Values
 
 
- 
DEFAULT_LOGOUT_URL
public static final java.lang.String DEFAULT_LOGOUT_URL
- See Also:
 - Constant Field Values
 
 
- 
isIdleTimeoutEnabled
public boolean isIdleTimeoutEnabled
 
- 
idleMinutes
public int idleMinutes
 
- 
gracePeriod
public int gracePeriod
 
- 
gracePeriodMessage
public java.lang.String gracePeriodMessage
 
- 
timeoutAction
public IdleTimeoutProps.InactivityTimeoutAction timeoutAction
 
- 
logoutUrl
public java.lang.String logoutUrl
 
- 
isCustomLogout
public boolean isCustomLogout
 
 - 
 
 -