Package | Description |
---|---|
org.opensaml.storage |
Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RequestScopedStorageService
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMapBackedStorageService
Partial implementation of
StorageService that stores data in-memory with no persistence
using a simple map. |
class |
AbstractStorageService
Abstract base class for
StorageService implementations. |
Modifier and Type | Field and Description |
---|---|
private StorageService |
ReplayCache.storage
Backing storage for the replay cache.
|
Modifier and Type | Method and Description |
---|---|
StorageService |
ReplayCache.getStorage()
Get the backing store for the cache.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplayCache.setStorage(StorageService storageService)
Set the backing store for the cache.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.