Modifier and Type | Class and Description |
---|---|
class |
AESCookieBackend
Backend based on an AES-encrypted cookie.
|
Modifier and Type | Class and Description |
---|---|
class |
JSONAESCookieBackend
Backend based on an AES-encrypted cookie.
|
Modifier and Type | Class and Description |
---|---|
class |
MemcacheBackend
Backend based on an unencrypted cookie.
|
Modifier and Type | Class and Description |
---|---|
class |
PlainCookieBackend
Backend based on an uncrypted cookie.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionBackend
Backend based on an unencrypted cookie.
|
Modifier and Type | Class and Description |
---|---|
class |
CookieBackendSupport
An helper class for backend implementations which are using cookies to store
data.
|
Modifier and Type | Field and Description |
---|---|
HashMap<String,ISessionBackend> |
Configuration.backends |
Copyright © 2009–2013. All rights reserved.