Uses of Interface
org.opensaml.util.storage.StorageService

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.
 

Fields in org.opensaml.util.storage declared as StorageService
private  StorageService<String,ReplayCacheEntry> ReplayCache.storage
          Backing storage for the replay cache.
private  StorageService ExpiringObjectStorageServiceSweeper.store
          Storage service whose entries will be periodically checked.
 

Constructors in org.opensaml.util.storage with parameters of type StorageService
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.