Modifier and Type | Method and Description |
---|---|
ISessionData |
ISessionBackend.restore(javax.servlet.http.HttpServletRequest request)
Restores a session from the backend.
|
Modifier and Type | Method and Description |
---|---|
void |
ISessionBackend.save(ISessionData session,
List<String> dirtyAttributes,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Saves a session to the backend.
|
Modifier and Type | Method and Description |
---|---|
ISessionData |
AESCookieBackend.restore(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AESCookieBackend.save(ISessionData session,
List<String> dirtyAttributes,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
ISessionData |
JSONAESCookieBackend.restore(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
JSONAESCookieBackend.save(ISessionData session,
List<String> dirtyAttributes,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
ISessionData |
MemcacheBackend.restore(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
MemcacheBackend.save(ISessionData session,
List<String> dirtyAttributes,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
ISessionData |
PlainCookieBackend.restore(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
PlainCookieBackend.save(ISessionData session,
List<String> dirtyAttributes,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
ISessionData |
SessionBackend.restore(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
SessionBackend.save(ISessionData session,
List<String> dirtyAttributes,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Modifier and Type | Class and Description |
---|---|
class |
CookieDataSupport
Cookie content.
|
Modifier and Type | Method and Description |
---|---|
abstract ISessionData |
CookieBackendSupport.restore(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
abstract void |
CookieBackendSupport.save(ISessionData session,
List<String> dirtyAttributes,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Constructor and Description |
---|
CookieDataSupport(ISessionData session)
Create from an existing session object.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionData
DTO for session data.
|
Modifier and Type | Method and Description |
---|---|
void |
StatelessSession.merge(ISessionData data)
Merge session data with an external ISessionData object.
|
Copyright © 2009–2013. All rights reserved.