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