|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StorageService | |
---|---|
org.opensaml.util.storage | Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc. |
Uses of StorageService in org.opensaml.util.storage |
---|
Classes in org.opensaml.util.storage that implement StorageService | |
---|---|
class |
MapBasedStorageService<KeyType,ValueType>
A simple Map based StorageService implementation. |
Constructors in org.opensaml.util.storage with parameters of type StorageService | |
---|---|
ExpiringObjectStorageServiceSweeper(java.util.Timer taskTimer,
long sweepInterval,
StorageService sweptStore)
Constructor. |
|
ExpiringObjectStorageServiceSweeper(java.util.Timer taskTimer,
long sweepInterval,
StorageService sweptStore,
java.util.Set<java.lang.String> sweptPartitions)
Constructor. |
|
ReplayCache(StorageService<java.lang.String,ReplayCacheEntry> storageService,
long duration)
Constructor. |
|
ReplayCache(StorageService<java.lang.String,ReplayCacheEntry> storageService,
java.lang.String storageParition,
long duration)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |