| Package | Description |
|---|---|
| org.keycloak.models.cache.infinispan | |
| org.keycloak.models.cache.infinispan.entities | |
| org.keycloak.models.cache.infinispan.stream |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupListQuery |
| Modifier and Type | Field and Description |
|---|---|
protected org.infinispan.Cache<String,Revisioned> |
CacheManager.cache |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheManager.addRevisioned(Revisioned object,
long startupRevision) |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheManager.addInvalidations(Predicate<Map.Entry<String,Revisioned>> predicate,
Set<String> invalidations) |
void |
CacheManager.runEvictions(Predicate<Map.Entry<String,Revisioned>> current) |
| Constructor and Description |
|---|
CacheManager(org.infinispan.Cache<String,Revisioned> cache,
org.infinispan.Cache<String,Long> revisions) |
RealmCacheManager(org.infinispan.Cache<String,Revisioned> cache,
org.infinispan.Cache<String,Long> revisions) |
UserCacheManager(org.infinispan.Cache<String,Revisioned> cache,
org.infinispan.Cache<String,Long> revisions) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientQuery |
interface |
ClientTemplateQuery |
interface |
GroupQuery |
interface |
InClient |
interface |
InRealm |
interface |
RoleQuery |
interface |
UserQuery |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRevisioned |
class |
CachedClient |
class |
CachedClientRole |
class |
CachedClientTemplate |
class |
CachedFederatedIdentityLinks
The cache entry, which contains list of all identityProvider links for particular user.
|
class |
CachedGroup |
class |
CachedRealm |
class |
CachedRealmRole |
class |
CachedRole |
class |
CachedUser |
class |
ClientListQuery |
class |
RealmListQuery |
class |
RoleListQuery |
class |
UserListQuery |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InRealmPredicate.test(Map.Entry<String,Revisioned> entry) |
boolean |
RoleQueryPredicate.test(Map.Entry<String,Revisioned> entry) |
boolean |
RealmQueryPredicate.test(Map.Entry<String,Revisioned> entry) |
boolean |
HasRolePredicate.test(Map.Entry<String,Revisioned> entry) |
boolean |
ClientQueryPredicate.test(Map.Entry<String,Revisioned> entry) |
boolean |
ClientTemplateQueryPredicate.test(Map.Entry<String,Revisioned> entry) |
boolean |
GroupQueryPredicate.test(Map.Entry<String,Revisioned> entry) |
boolean |
InClientPredicate.test(Map.Entry<String,Revisioned> entry) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.