Apache CXF API

org.apache.cxf.sts.cache
Class DefaultInMemoryTokenStore

java.lang.Object
  extended by org.apache.cxf.ws.security.tokenstore.EHCacheTokenStore
      extended by org.apache.cxf.sts.cache.DefaultInMemoryTokenStore
All Implemented Interfaces:
Closeable, BusLifeCycleListener, TokenStore

public class DefaultInMemoryTokenStore
extends EHCacheTokenStore


Field Summary
 
Fields inherited from class org.apache.cxf.ws.security.tokenstore.EHCacheTokenStore
DEFAULT_TTL, MAX_TTL
 
Constructor Summary
DefaultInMemoryTokenStore()
           
DefaultInMemoryTokenStore(Bus b)
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.ws.security.tokenstore.EHCacheTokenStore
add, add, close, getToken, getTokenIdentifiers, initComplete, postShutdown, preShutdown, remove, setTTL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultInMemoryTokenStore

public DefaultInMemoryTokenStore(Bus b)

DefaultInMemoryTokenStore

public DefaultInMemoryTokenStore()

Apache CXF API

Apache CXF