Package org.apache.wss4j.common.cache

Interface Summary
ReplayCache A cache to store (String) identifiers to avoid replay attacks.
 

Class Summary
EHCacheManagerHolder We need to reference count the EHCacheManager things
EHCacheReplayCache An in-memory EHCache implementation of the ReplayCache interface.
EHCacheReplayCacheFactory A factory to return an EHCacheReplayCache instance.
MemoryReplayCache A simple in-memory HashSet based cache to prevent against replay attacks.
MemoryReplayCacheFactory A factory to return a MemoryReplayCache instance.
ReplayCacheFactory An abstract factory to return a ReplayCache instance.
 



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