Uses of Class
org.opensaml.util.storage.ReplayCacheEntry

Packages that use ReplayCacheEntry
org.opensaml.util.storage Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc. 
 

Uses of ReplayCacheEntry in org.opensaml.util.storage
 

Fields in org.opensaml.util.storage with type parameters of type ReplayCacheEntry
private  StorageService<String,ReplayCacheEntry> ReplayCache.storage
          Backing storage for the replay cache.
 

Constructor parameters in org.opensaml.util.storage with type arguments of type ReplayCacheEntry
ReplayCache(StorageService<String,ReplayCacheEntry> storageService, long duration)
          Constructor.
ReplayCache(StorageService<String,ReplayCacheEntry> storageService, String storageParition, long duration)
          Constructor.
 



Copyright © 1999-2013. All Rights Reserved.