Apache CXF API

org.apache.cxf.ws.security.tokenstore
Class EHCacheTokenStoreFactory

java.lang.Object
  extended by org.apache.cxf.ws.security.tokenstore.TokenStoreFactory
      extended by org.apache.cxf.ws.security.tokenstore.EHCacheTokenStoreFactory

public class EHCacheTokenStoreFactory
extends TokenStoreFactory

A factory to return an EHCacheTokenStore instance.


Constructor Summary
EHCacheTokenStoreFactory()
           
 
Method Summary
 TokenStore newTokenStore(String key, Message message)
           
 
Methods inherited from class org.apache.cxf.ws.security.tokenstore.TokenStoreFactory
getConfigFileURL, isEhCacheInstalled, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EHCacheTokenStoreFactory

public EHCacheTokenStoreFactory()
Method Detail

newTokenStore

public TokenStore newTokenStore(String key,
                                Message message)
Specified by:
newTokenStore in class TokenStoreFactory

Apache CXF API

Apache CXF