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.
 

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 © 2006-2013 Internet2. All Rights Reserved.