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. |
Modifier and Type | Field and Description |
---|---|
private StorageService<String,ReplayCacheEntry> |
ReplayCache.storage
Backing storage for the replay cache.
|
private StorageService |
ExpiringObjectStorageServiceSweeper.store
Storage service whose entries will be periodically checked.
|
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 JBoss by Red Hat. All Rights Reserved.