Uses of Interface
org.keycloak.models.cache.infinispan.entities.Revisioned
-
-
Uses of Revisioned in org.keycloak.models.cache.infinispan
Fields in org.keycloak.models.cache.infinispan with type parameters of type Revisioned Modifier and Type Field Description protected org.infinispan.Cache<String,Revisioned>
CacheManager. cache
Methods in org.keycloak.models.cache.infinispan with type parameters of type Revisioned Modifier and Type Method Description <T extends Revisioned>
TCacheManager. get(String id, Class<T> type)
Methods in org.keycloak.models.cache.infinispan that return types with arguments of type Revisioned Modifier and Type Method Description org.infinispan.Cache<String,Revisioned>
CacheManager. getCache()
Methods in org.keycloak.models.cache.infinispan with parameters of type Revisioned Modifier and Type Method Description void
CacheManager. addRevisioned(Revisioned object, long startupRevision)
void
CacheManager. addRevisioned(Revisioned object, long startupRevision, long lifespan)
Method parameters in org.keycloak.models.cache.infinispan with type arguments of type Revisioned Modifier and Type Method Description void
CacheManager. addInvalidations(Predicate<Map.Entry<String,Revisioned>> predicate, Set<String> invalidations)
Constructor parameters in org.keycloak.models.cache.infinispan with type arguments of type Revisioned Constructor 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)
-
Uses of Revisioned in org.keycloak.models.cache.infinispan.authorization
Constructor parameters in org.keycloak.models.cache.infinispan.authorization with type arguments of type Revisioned Constructor Description StoreFactoryCacheManager(org.infinispan.Cache<String,Revisioned> cache, org.infinispan.Cache<String,Long> revisions)
-
Uses of Revisioned in org.keycloak.models.cache.infinispan.authorization.entities
Subinterfaces of Revisioned in org.keycloak.models.cache.infinispan.authorization.entities Modifier and Type Interface Description interface
PermissionTicketQuery
interface
PolicyQuery
interface
ResourceQuery
Classes in org.keycloak.models.cache.infinispan.authorization.entities that implement Revisioned Modifier and Type Class 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
-
Uses of Revisioned in org.keycloak.models.cache.infinispan.authorization.stream
Method parameters in org.keycloak.models.cache.infinispan.authorization.stream with type arguments of type Revisioned Modifier and Type Method Description boolean
InResourcePredicate. test(Map.Entry<String,Revisioned> entry)
boolean
InResourceServerPredicate. test(Map.Entry<String,Revisioned> entry)
boolean
InScopePredicate. test(Map.Entry<String,Revisioned> entry)
-
Uses of Revisioned in org.keycloak.models.cache.infinispan.entities
Subinterfaces of Revisioned in org.keycloak.models.cache.infinispan.entities Modifier and Type Interface Description interface
ClientQuery
interface
ClientScopeQuery
interface
GroupQuery
interface
InClient
interface
InIdentityProvider
interface
InRealm
interface
RoleQuery
interface
UserQuery
Classes in org.keycloak.models.cache.infinispan.entities that implement Revisioned Modifier and Type Class 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
-
Uses of Revisioned in org.keycloak.models.cache.infinispan.stream
Method parameters in org.keycloak.models.cache.infinispan.stream with type arguments of type Revisioned Modifier and Type Method Description boolean
GroupListPredicate. test(Map.Entry<String,Revisioned> entry)
boolean
HasRolePredicate. test(Map.Entry<String,Revisioned> entry)
boolean
InClientPredicate. test(Map.Entry<String,Revisioned> entry)
boolean
InIdentityProviderPredicate. test(Map.Entry<String,Revisioned> entry)
boolean
InRealmPredicate. test(Map.Entry<String,Revisioned> entry)
-