| Class | Description |
|---|---|
| JPAStorageRecord |
Implementation of
MutableStorageRecord annotated for JPA. |
| JPAStorageRecord.RecordId |
Composite key to represent the record id.
|
| JPAStorageService |
Implementation of
StorageService that uses JPA to persist to a database. |
| LDAPStorageService |
Implementation of
StorageService that stores data in an LDAP. |
| MemoryStorageService |
Implementation of
AbstractMapBackedStorageService that stores data in-memory in a shared data structure
with no persistence. |
| ServletRequestScopedStorageService |
Implementation of
RequestScopedStorageService that stores data in-memory in a servlet request attribute,
and reads and writes the data with a secured string form using JSON as the underlying format. |
Copyright © 2021. All rights reserved.