Class EHCacheTokenStore

java.lang.Object
org.apache.cxf.ws.security.tokenstore.EHCacheTokenStore
All Implemented Interfaces:
Closeable, AutoCloseable, BusLifeCycleListener, TokenStore
Direct Known Subclasses:
DefaultInMemoryTokenStore

public class EHCacheTokenStore extends Object implements TokenStore, Closeable, BusLifeCycleListener
An in-memory EHCache implementation of the TokenStore interface. The default TTL is 60 minutes and the max TTL is 12 hours.