public class SessionConstants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_POOL_SIZE
Defaults for the polling threadpool.
|
static int |
DEFAULT_THRESHOLD |
static String |
ENABLE_POLLING_PROPERTY |
static String |
HTTP_SESSION_TRACKING_COOKIE_NAME
Session Tracking Cookie Name
|
static String |
JSON_SESSION_HANDLE
The name of the JSON field which describes the session's handle.
|
static String |
JSON_SESSION_LATEST_ACCESS_TIME
The name of the JSON Field which describes the session's latest access time.
|
static String |
JSON_SESSION_MAX_IDLE_EXPIRATION_TIME
The name of the JSON field which describes the session's max idle expiration time.
|
static String |
JSON_SESSION_MAX_SESSION_EXPIRATION_TIME
The name of the JSON field which describes the session's max expiration time.
|
static String |
JSON_SESSION_REALM
The name of the JSON field which describes the session's realm.
|
static String |
JSON_SESSION_UNIVERSAL_ID
The name of the JSON field which describes the session's universal ID.
|
static String |
JSON_SESSION_USERNAME
The name of the JSON field which describes the session's username.
|
static long |
NON_EXPIRING_SESSION_LENGTH_MINUTES
Expiry time which is long enough to make sessions functionally non expiring.
|
static boolean |
RESET_LB_COOKIE_NAME
Indicator used to reset the loadbalancer cookie for a client.
|
static String |
SESSION_DEBUG |
static String |
SESSION_HANDLE_PROP
Session Handle Property reference
|
static String |
SESSION_SERVICE
Session service reference
|
static String |
STATS_MASTER_TABLE
Session Master Stats table reference (for Guice injection)
|
static String |
TOKEN_RESTRICTION_PROP
Token Restriction Property reference
|
Constructor and Description |
---|
SessionConstants() |
public static final String SESSION_DEBUG
public static final String HTTP_SESSION_TRACKING_COOKIE_NAME
public static final String SESSION_HANDLE_PROP
public static final String STATS_MASTER_TABLE
public static final String TOKEN_RESTRICTION_PROP
public static final String SESSION_SERVICE
public static final boolean RESET_LB_COOKIE_NAME
public static final String ENABLE_POLLING_PROPERTY
public static final String JSON_SESSION_USERNAME
public static final String JSON_SESSION_UNIVERSAL_ID
public static final String JSON_SESSION_REALM
public static final String JSON_SESSION_HANDLE
public static final String JSON_SESSION_LATEST_ACCESS_TIME
public static final String JSON_SESSION_MAX_IDLE_EXPIRATION_TIME
public static final String JSON_SESSION_MAX_SESSION_EXPIRATION_TIME
public static final int DEFAULT_POOL_SIZE
public static final int DEFAULT_THRESHOLD
public static final long NON_EXPIRING_SESSION_LENGTH_MINUTES
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.