public class EHCacheXKMSClientCache extends Object implements XKMSClientCache, org.apache.cxf.buslifecycle.BusLifeCycleListener
Constructor and Description |
---|
EHCacheXKMSClientCache() |
EHCacheXKMSClientCache(org.apache.cxf.Bus cxfBus) |
EHCacheXKMSClientCache(String configFileURL) |
EHCacheXKMSClientCache(String configFileURL,
org.apache.cxf.Bus cxfBus) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
XKMSCacheToken |
get(String key)
Get an XKMSCacheToken from the cache matching the given key.
|
void |
initComplete() |
void |
postShutdown() |
void |
preShutdown() |
void |
put(String key,
XKMSCacheToken cacheToken)
Store an XKMSCacheToken in the Cache using the given key
|
public static final String CACHE_KEY
public EHCacheXKMSClientCache()
public EHCacheXKMSClientCache(org.apache.cxf.Bus cxfBus)
public EHCacheXKMSClientCache(String configFileURL)
public EHCacheXKMSClientCache(String configFileURL, org.apache.cxf.Bus cxfBus)
public void put(String key, XKMSCacheToken cacheToken)
put
in interface XKMSClientCache
public XKMSCacheToken get(String key)
get
in interface XKMSClientCache
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in interface XKMSClientCache
public void initComplete()
initComplete
in interface org.apache.cxf.buslifecycle.BusLifeCycleListener
public void preShutdown()
preShutdown
in interface org.apache.cxf.buslifecycle.BusLifeCycleListener
public void postShutdown()
postShutdown
in interface org.apache.cxf.buslifecycle.BusLifeCycleListener
Apache CXF