Package | Description |
---|---|
org.keycloak.models.cache |
Modifier and Type | Field and Description |
---|---|
protected CachedOAuthClient |
OAuthClientAdapter.cached |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentHashMap<String,CachedOAuthClient> |
SimpleCache.clientCache |
Modifier and Type | Method and Description |
---|---|
CachedOAuthClient |
KeycloakCache.getOAuthClient(String id) |
CachedOAuthClient |
SimpleCache.getOAuthClient(String id) |
Modifier and Type | Method and Description |
---|---|
void |
KeycloakCache.addCachedOAuthClient(CachedOAuthClient client) |
void |
SimpleCache.addCachedOAuthClient(CachedOAuthClient client) |
void |
KeycloakCache.invalidateOAuthClient(CachedOAuthClient client) |
void |
SimpleCache.invalidateOAuthClient(CachedOAuthClient client) |
Constructor and Description |
---|
OAuthClientAdapter(RealmModel cachedRealm,
CachedOAuthClient cached,
CacheKeycloakSession cacheSession,
KeycloakCache cache) |
Copyright © 2014. All Rights Reserved.