Modifier and Type | Method and Description |
---|---|
protected SessionValueEncoder |
SingleValuedCookieStoreImpl.createDefaultSessionValueEncoder() |
Modifier and Type | Method and Description |
---|---|
void |
SingleValuedCookieStoreImpl.setValueEncoders(SessionValueEncoder[] encoders) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionValueEncoder
SessionEncoder 针对非串行化场景的抽象编码实现,加密,base64来编码、解码。 |
Modifier and Type | Class and Description |
---|---|
class |
MappedValuesEncoder
将一个
Map 编码成字符串,或反之。支持加密。 |
class |
SimpleValueEncoder
将一个简单类型编码成字符串,或反之。支持加密。
|
Copyright © 2006–2018 TinyGroup. All rights reserved.