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 | Class and Description |
---|---|
class |
MapBasedStorageService<KeyType,ValueType>
A simple
Map based StorageService implementation. |
Constructor and Description |
---|
ExpiringObjectStorageServiceSweeper(Timer taskTimer,
long interval,
StorageService sweptStore)
Constructor.
|
ExpiringObjectStorageServiceSweeper(Timer taskTimer,
long interval,
StorageService sweptStore,
Set<String> sweptPartitions)
Constructor.
|
ReplayCache(StorageService<String,ReplayCacheEntry> storageService,
long duration)
Constructor.
|
ReplayCache(StorageService<String,ReplayCacheEntry> storageService,
String storageParition,
long duration)
Constructor.
|
Copyright © 1999-2013. All Rights Reserved.