public abstract class TokenStoreFactory extends Object
Constructor and Description |
---|
TokenStoreFactory() |
Modifier and Type | Method and Description |
---|---|
protected URL |
getConfigFileURL(Message message) |
protected static boolean |
isEhCacheInstalled() |
static TokenStoreFactory |
newInstance() |
abstract TokenStore |
newTokenStore(String key,
Message message) |
protected static boolean isEhCacheInstalled()
public static TokenStoreFactory newInstance()
public abstract TokenStore newTokenStore(String key, Message message)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.