| 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. |
| ServletRequestScopedStorageService.DummyReadWriteLock |
Dummy shared lock that no-ops.
|
| ServletRequestScopedStorageService.DummyReadWriteLock.DummyLock |
Dummy lock that no-ops.
|
Copyright © 1999–2016 Shibboleth Consortium. All rights reserved.