Uses of Interface
org.apache.wss4j.common.cache.ReplayCache
-
Packages that use ReplayCache Package Description org.apache.wss4j.common.cache -
-
Uses of ReplayCache in org.apache.wss4j.common.cache
Classes in org.apache.wss4j.common.cache that implement ReplayCache Modifier and Type Class Description classEHCacheReplayCacheAn in-memory EHCache implementation of the ReplayCache interface, that overflows to disk.classMemoryReplayCacheA simple in-memory HashSet based cache to prevent against replay attacks.
-