| 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> |
MemoryRealmCache.clientCache |
| Modifier and Type | Method and Description |
|---|---|
CachedOAuthClient |
RealmCache.getOAuthClient(String id) |
CachedOAuthClient |
MemoryRealmCache.getOAuthClient(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
RealmCache.addCachedOAuthClient(CachedOAuthClient client) |
void |
MemoryRealmCache.addCachedOAuthClient(CachedOAuthClient client) |
void |
RealmCache.invalidateOAuthClient(CachedOAuthClient client) |
void |
MemoryRealmCache.invalidateOAuthClient(CachedOAuthClient client) |
| Constructor and Description |
|---|
OAuthClientAdapter(RealmModel cachedRealm,
CachedOAuthClient cached,
CacheRealmProvider cacheSession,
RealmCache cache) |
Copyright © 2014. All Rights Reserved.