org.apache.cxf.ws.security.tokenstore
Class EHCacheTokenStoreFactory
java.lang.Object
org.apache.cxf.ws.security.tokenstore.TokenStoreFactory
org.apache.cxf.ws.security.tokenstore.EHCacheTokenStoreFactory
public class EHCacheTokenStoreFactory
- extends TokenStoreFactory
A factory to return an EHCacheTokenStore instance.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EHCacheTokenStoreFactory
public EHCacheTokenStoreFactory()
newTokenStore
public TokenStore newTokenStore(String key,
Message message)
- Specified by:
newTokenStore
in class TokenStoreFactory
Apache CXF