Package | Description |
---|---|
org.keycloak.models.cache |
Modifier and Type | Field and Description |
---|---|
protected CachedApplication |
ApplicationAdapter.cached |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentHashMap<String,CachedApplication> |
SimpleCache.applicationCache |
Modifier and Type | Method and Description |
---|---|
CachedApplication |
KeycloakCache.getApplication(String id) |
CachedApplication |
SimpleCache.getApplication(String id) |
Modifier and Type | Method and Description |
---|---|
void |
KeycloakCache.addCachedApplication(CachedApplication app) |
void |
SimpleCache.addCachedApplication(CachedApplication app) |
void |
KeycloakCache.invalidateApplication(CachedApplication app) |
void |
SimpleCache.invalidateApplication(CachedApplication app) |
Constructor and Description |
---|
ApplicationAdapter(RealmModel cachedRealm,
CachedApplication cached,
CacheKeycloakSession cacheSession,
KeycloakCache cache) |
Copyright © 2014. All Rights Reserved.