| Package | Description |
|---|---|
| org.keycloak.models.cache |
| Modifier and Type | Field and Description |
|---|---|
protected CachedClient |
ClientAdapter.cached |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<String,CachedClient> |
MemoryRealmCache.applicationCache |
| Modifier and Type | Method and Description |
|---|---|
CachedClient |
MemoryRealmCache.getApplication(String id) |
CachedClient |
RealmCache.getApplication(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryRealmCache.addCachedClient(CachedClient app) |
void |
RealmCache.addCachedClient(CachedClient app) |
void |
MemoryRealmCache.invalidateApplication(CachedClient app) |
void |
RealmCache.invalidateApplication(CachedClient app) |
| Constructor and Description |
|---|
ClientAdapter(RealmModel cachedRealm,
CachedClient cached,
CacheRealmProvider cacheSession,
RealmCache cache) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.