Package | Description |
---|---|
org.keycloak.models.cache | |
org.keycloak.models.cache.entities | |
org.keycloak.models.cache.infinispan |
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 |
Modifier and Type | Method and Description |
---|---|
CachedRole |
InfinispanRealmCache.getRole(String id) |
Modifier and Type | Method and Description |
---|---|
void |
InfinispanRealmCache.addCachedRole(CachedRole role) |
void |
InfinispanRealmCache.invalidateRole(CachedRole role) |
Copyright © 2015. All Rights Reserved.