| Interface | Description |
|---|---|
| DataEncrypter |
A wrapper with encryption/decryption functions, used in session cookie generation in `PlayCookieSessionStore`.
|
| PlaySessionStore |
To store data in session.
|
| Class | Description |
|---|---|
| NoOpDataEncrypter |
A dummy DataEncrypter with no op functions.
|
| PlayCacheSessionStore |
This session store internally uses the
PlayCacheStore which uses the Play Cache, only an identifier is saved into the Play session. |
| PlayCacheStore<K,O> |
Store using the Play Cache.
|
| PlayCookieSessionStore |
A PlaySesssionStore which only uses the Play Session cookie for storage, allowing for a stateless backend.
|
| ShiroAesDataEncrypter |
A DataEncrypter based on the Shiro library and AES encryption.
|
Copyright © 2019. All rights reserved.