Modifier and Type | Field and Description |
---|---|
protected org.infinispan.Cache<String,Revisioned> |
CacheManager.cache |
Modifier and Type | Method and Description |
---|---|
<T extends Revisioned> |
CacheManager.get(String id,
Class<T> type) |
Modifier and Type | Method and Description |
---|---|
org.infinispan.Cache<String,Revisioned> |
CacheManager.getCache() |
Modifier and Type | Method and Description |
---|---|
void |
CacheManager.addRevisioned(Revisioned object,
long startupRevision) |
void |
CacheManager.addRevisioned(Revisioned object,
long startupRevision,
long lifespan) |
Modifier and Type | Method and Description |
---|---|
void |
CacheManager.addInvalidations(Predicate<Map.Entry<String,Revisioned>> predicate,
Set<String> invalidations) |
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) |
Constructor and Description |
---|
StoreFactoryCacheManager(org.infinispan.Cache<String,Revisioned> cache,
org.infinispan.Cache<String,Long> revisions) |
Modifier and Type | Interface and Description |
---|---|
interface |
PermissionTicketQuery |
interface |
PolicyQuery |
interface |
ResourceQuery |
Modifier and Type | Class and Description |
---|---|
class |
CachedPermissionTicket |
class |
CachedPolicy |
class |
CachedResource |
class |
CachedResourceServer |
class |
CachedScope |
class |
PermissionTicketListQuery |
class |
PermissionTicketResourceListQuery |
class |
PermissionTicketScopeListQuery |
class |
PolicyListQuery |
class |
PolicyResourceListQuery |
class |
PolicyScopeListQuery |
class |
ResourceListQuery |
class |
ResourceScopeListQuery |
class |
ResourceServerListQuery |
class |
ScopeListQuery |
Modifier and Type | Method and Description |
---|---|
boolean |
InScopePredicate.test(Map.Entry<String,Revisioned> entry) |
boolean |
InResourceServerPredicate.test(Map.Entry<String,Revisioned> entry) |
boolean |
InResourcePredicate.test(Map.Entry<String,Revisioned> entry) |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientQuery |
interface |
ClientScopeQuery |
interface |
GroupQuery |
interface |
InClient |
interface |
InIdentityProvider |
interface |
InRealm |
interface |
RoleQuery |
interface |
UserQuery |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExtendableRevisioned |
class |
AbstractRevisioned |
class |
CachedClient |
class |
CachedClientRole |
class |
CachedClientScope |
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 |
CachedUserConsents |
class |
ClientListQuery |
class |
ClientScopeListQuery |
class |
GroupListQuery |
class |
NonExistentItem |
class |
RealmListQuery |
class |
RoleListQuery |
class |
UserListQuery |
Modifier and Type | Method and Description |
---|---|
boolean |
InRealmPredicate.test(Map.Entry<String,Revisioned> entry) |
boolean |
InIdentityProviderPredicate.test(Map.Entry<String,Revisioned> entry) |
boolean |
InClientPredicate.test(Map.Entry<String,Revisioned> entry) |
boolean |
HasRolePredicate.test(Map.Entry<String,Revisioned> entry) |
boolean |
GroupListPredicate.test(Map.Entry<String,Revisioned> entry) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.