Package org.apache.cxf.ws.security.cache
Class CXFEHCacheReplayCache
- java.lang.Object
-
- org.apache.wss4j.common.cache.EHCacheReplayCache
-
- org.apache.cxf.ws.security.cache.CXFEHCacheReplayCache
-
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.cxf.buslifecycle.BusLifeCycleListener,org.apache.wss4j.common.cache.ReplayCache
public class CXFEHCacheReplayCache extends org.apache.wss4j.common.cache.EHCacheReplayCache implements org.apache.cxf.buslifecycle.BusLifeCycleListenerWrap the default WSS4J EHCacheReplayCache in a BusLifeCycleListener, to make sure that the cache is shutdown correctly.
-
-
Constructor Summary
Constructors Constructor Description CXFEHCacheReplayCache(String key, org.apache.cxf.Bus bus, Path diskstorePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()-
Methods inherited from class org.apache.wss4j.common.cache.EHCacheReplayCache
add, add, contains, initComplete, postShutdown, preShutdown
-
-
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classorg.apache.wss4j.common.cache.EHCacheReplayCache
-
-