public class SessionConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PRIMARY_SERVER_URL |
static String |
SESSION_BLACKLIST_CACHE_SIZE_ATTR
Session service attribute for the size of the cache to maintain for session blacklisting.
|
static String |
SESSION_BLACKLIST_ENABLED_ATTR
Session service attribute to enable/disable session blacklisting.
|
static String |
SESSION_BLACKLIST_POLL_INTERVAL_ATTR
Session service attribute for the interval (in seconds) at which to poll the CTS for session blacklist changes.
|
static String |
SESSION_BLACKLIST_PURGE_DELAY_ATTR
Session service attribute for delay (in minutes) before purging elements from the session blacklist, after
expiry.
|
static String |
SESSION_DEBUG |
static String |
STATS_MASTER_TABLE |
Constructor and Description |
---|
SessionConstants() |
public static final String SESSION_DEBUG
public static final String PRIMARY_SERVER_URL
public static final String STATS_MASTER_TABLE
public static final String SESSION_BLACKLIST_ENABLED_ATTR
public static final String SESSION_BLACKLIST_CACHE_SIZE_ATTR
public static final String SESSION_BLACKLIST_POLL_INTERVAL_ATTR
public static final String SESSION_BLACKLIST_PURGE_DELAY_ATTR
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.