keycloak
|
クラス | |
class | LoginHandler |
公開メンバ関数 | |
RemoteCacheProvider (Config.Scope config, EmbeddedCacheManager cacheManager) | |
RemoteCache | getRemoteCache (String cacheName) |
void | stop () |
静的公開変数類 | |
static final String | SCRIPT_CACHE_NAME = "___script_cache" |
限定公開メンバ関数 | |
synchronized RemoteCache | loadRemoteCache (String cacheName) |
RemoteCacheManager | getOrCreateSecuredRemoteCacheManager (Config.Scope config, String cacheName, RemoteCacheManager origManager) |
静的限定公開変数類 | |
static final Logger | logger = Logger.getLogger(RemoteCacheProvider.class) |
非公開変数類 | |
final Config.Scope | config |
final EmbeddedCacheManager | cacheManager |
final Map< String, RemoteCache > | availableCaches = new HashMap<>() |
final Map< String, RemoteCacheManager > | managedManagers = new HashMap<>() |
Get either just remoteCache associated with remoteStore associated with infinispan cache of given name. If security is enabled, then return secured remoteCache based on the template provided by remoteStore configuration but with added "authentication" configuration of secured hotrod endpoint (RemoteStore doesn't yet allow to configure "security" of hotrod endpoints)
TODO: Remove this class once we upgrade to infinispan version, which allows to configure security for remoteStore itself
|
inline |
|
inlineprotected |
|
inline |
|
inlineprotected |
|
inline |
|
private |
|
private |
|
private |
|
staticprotected |
|
private |
|
static |