Uses of Interface
org.apache.wss4j.common.cache.ReplayCache

Packages that use ReplayCache
org.apache.wss4j.common.cache   
 

Uses of ReplayCache in org.apache.wss4j.common.cache
 

Classes in org.apache.wss4j.common.cache that implement ReplayCache
 class EHCacheReplayCache
          An in-memory EHCache implementation of the ReplayCache interface.
 class MemoryReplayCache
          A simple in-memory HashSet based cache to prevent against replay attacks.
 

Methods in org.apache.wss4j.common.cache that return ReplayCache
 ReplayCache EHCacheReplayCacheFactory.newReplayCache(String key, Object configuration)
           
 ReplayCache MemoryReplayCacheFactory.newReplayCache(String key, Object configuration)
           
abstract  ReplayCache ReplayCacheFactory.newReplayCache(String key, Object configuration)
           
 



Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.