public class RedisSessionKeys extends Object
| Modifier and Type | Field and Description |
|---|---|
private static String |
ENCODING |
private static String |
KEY_DELIM |
private static String |
SESSION_ATTR_KEY |
private static String |
SESSION_ATTRS_LIST_KEY |
private static String |
SESSION_CHANNEL |
private static String |
SESSION_CREATION_TIME_KEY |
private static String |
SESSION_EXPIRE_AT_KEY |
private static String |
SESSION_KEY_PREFIX |
private static String |
SESSION_LAST_ACCESS_TIME_KEY |
private static String |
SESSION_TIMEOUT_KEY |
private static String |
SESSIONS_LIST_KEY |
| Constructor and Description |
|---|
RedisSessionKeys() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getAttrKey(String id,
String name) |
static String |
getAttrsKey(String id) |
static String |
getCreationTimeKey(String id) |
static String |
getEncoding() |
static String |
getExpireAtKey(String id) |
static String |
getLastAccessTimeKey(String id) |
static String |
getSessionChannel(String containerName) |
static String |
getSessionsKey() |
static String |
getSessionTimeoutKey(String id) |
private static final String SESSIONS_LIST_KEY
private static final String SESSION_KEY_PREFIX
private static final String KEY_DELIM
private static final String SESSION_CREATION_TIME_KEY
private static final String SESSION_LAST_ACCESS_TIME_KEY
private static final String SESSION_EXPIRE_AT_KEY
private static final String SESSION_TIMEOUT_KEY
private static final String SESSION_ATTRS_LIST_KEY
private static final String SESSION_ATTR_KEY
private static final String SESSION_CHANNEL
private static final String ENCODING
Copyright © 2015. All rights reserved.