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> |
SimpleCache.roleCache |
Modifier and Type | Method and Description |
---|---|
CachedRole |
KeycloakCache.getRole(String id) |
CachedRole |
SimpleCache.getRole(String id) |
Modifier and Type | Method and Description |
---|---|
void |
KeycloakCache.addCachedRole(CachedRole role) |
void |
SimpleCache.addCachedRole(CachedRole role) |
void |
KeycloakCache.invalidateRole(CachedRole role) |
void |
SimpleCache.invalidateRole(CachedRole role) |
Constructor and Description |
---|
RoleAdapter(CachedRole cached,
KeycloakCache cache,
CacheKeycloakSession session,
RealmModel realm) |
Modifier and Type | Class and Description |
---|---|
class |
CachedApplicationRole |
class |
CachedRealmRole |
Copyright © 2014. All Rights Reserved.