| Package | Description |
|---|---|
| org.keycloak.models.cache | |
| org.keycloak.models.cache.entities |
| Modifier and Type | Field and Description |
|---|---|
protected CachedRole |
RoleAdapter.cached |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<String,CachedRole> |
MemoryRealmCache.roleCache |
| Modifier and Type | Method and Description |
|---|---|
CachedRole |
MemoryRealmCache.getRole(String id) |
CachedRole |
RealmCache.getRole(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryRealmCache.addCachedRole(CachedRole role) |
void |
RealmCache.addCachedRole(CachedRole role) |
void |
MemoryRealmCache.invalidateRole(CachedRole role) |
void |
RealmCache.invalidateRole(CachedRole role) |
| Constructor and Description |
|---|
RoleAdapter(CachedRole cached,
RealmCache cache,
CacheRealmProvider session,
RealmModel realm) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedApplicationRole |
class |
CachedRealmRole |
Copyright © 2014. All Rights Reserved.