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 class
IdleTimeoutProps.InactivityTimeoutAction
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_INACTIVITY_MINUTES
static java.lang.String
DEFAULT_LOGOUT_MESSAGE
static java.lang.String
DEFAULT_LOGOUT_URL
static java.lang.String
DEFAULT_SESSION_CLOSE_MESSAGE
static IdleTimeoutProps.InactivityTimeoutAction
DEFAULT_TIMEOUT_ACTION
static boolean
ENABLE_CUSTOM_LOGOUT
static boolean
ENABLE_INACTIVITY_TIMEOUT_DEFAULT
int
gracePeriod
java.lang.String
gracePeriodMessage
int
idleMinutes
boolean
isCustomLogout
boolean
isIdleTimeoutEnabled
java.lang.String
logoutUrl
static ResourceType
RESOURCE_TYPE
static int
TIMEOUT_ABORT_COUNTDOWN_DEFAULT
IdleTimeoutProps.InactivityTimeoutAction
timeoutAction
-
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
-
-