public class SessionTimeoutHelper extends Object
Modifier and Type | Field and Description |
---|---|
static int |
IDLE_TIMEOUT_WINDOW_SECONDS
The maximum time difference, which will be still tolerated when checking userSession idle timeout.
|
static int |
PERIODIC_CLEANER_IDLE_TIMEOUT_WINDOW_SECONDS
The maximum time difference, which will be still tolerated when checking userSession idle timeout with periodic cleaner threads.
|
static int |
PERIODIC_TASK_INTERVAL_SECONDS
Interval specifies maximum time, for which the "userSession.lastSessionRefresh" may contain stale value.
|
Constructor and Description |
---|
SessionTimeoutHelper() |
public static final int PERIODIC_TASK_INTERVAL_SECONDS
public static final int IDLE_TIMEOUT_WINDOW_SECONDS
PERIODIC_TASK_INTERVAL_SECONDS
public static final int PERIODIC_CLEANER_IDLE_TIMEOUT_WINDOW_SECONDS
PERIODIC_TASK_INTERVAL_SECONDS
and IDLE_TIMEOUT_WINDOW_SECONDS
Copyright © 2020 JBoss by Red Hat. All rights reserved.