| Package | Description |
|---|---|
| org.opensaml.util.storage |
Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc.
|
| Modifier and Type | Field and Description |
|---|---|
private StorageService<String,ReplayCacheEntry> |
ReplayCache.storage
Backing storage for the replay cache.
|
| Constructor and Description |
|---|
ReplayCache(StorageService<String,ReplayCacheEntry> storageService,
long duration)
Constructor.
|
ReplayCache(StorageService<String,ReplayCacheEntry> storageService,
String storageParition,
long duration)
Constructor.
|
Copyright © 1999-2015. All Rights Reserved.