Uses of Interface
org.keycloak.models.cache.infinispan.entities.Revisioned
- 
- 
Uses of Revisioned in org.keycloak.models.cache.infinispanFields in org.keycloak.models.cache.infinispan with type parameters of type Revisioned Modifier and Type Field Description protected org.infinispan.Cache<String,Revisioned>CacheManager. cacheMethods 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 voidCacheManager. addRevisioned(Revisioned object, long startupRevision)voidCacheManager. 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 voidCacheManager. 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.authorizationConstructor 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.entitiesSubinterfaces of Revisioned in org.keycloak.models.cache.infinispan.authorization.entities Modifier and Type Interface Description interfacePermissionTicketQueryinterfacePolicyQueryinterfaceResourceQueryClasses in org.keycloak.models.cache.infinispan.authorization.entities that implement Revisioned Modifier and Type Class Description classCachedPermissionTicketclassCachedPolicyclassCachedResourceclassCachedResourceServerclassCachedScopeclassPermissionTicketListQueryclassPermissionTicketResourceListQueryclassPermissionTicketScopeListQueryclassPolicyListQueryclassPolicyResourceListQueryclassPolicyScopeListQueryclassResourceListQueryclassResourceScopeListQueryclassResourceServerListQueryclassScopeListQuery
- 
Uses of Revisioned in org.keycloak.models.cache.infinispan.authorization.streamMethod parameters in org.keycloak.models.cache.infinispan.authorization.stream with type arguments of type Revisioned Modifier and Type Method Description booleanInResourcePredicate. test(Map.Entry<String,Revisioned> entry)booleanInResourceServerPredicate. test(Map.Entry<String,Revisioned> entry)booleanInScopePredicate. test(Map.Entry<String,Revisioned> entry)
- 
Uses of Revisioned in org.keycloak.models.cache.infinispan.entitiesSubinterfaces of Revisioned in org.keycloak.models.cache.infinispan.entities Modifier and Type Interface Description interfaceClientQueryinterfaceClientScopeQueryinterfaceGroupQueryinterfaceInClientinterfaceInIdentityProviderinterfaceInRealminterfaceRoleQueryinterfaceUserQueryClasses in org.keycloak.models.cache.infinispan.entities that implement Revisioned Modifier and Type Class Description classAbstractExtendableRevisionedclassAbstractRevisionedclassCachedClientclassCachedClientRoleclassCachedClientScopeclassCachedFederatedIdentityLinksThe cache entry, which contains list of all identityProvider links for particular user.classCachedGroupclassCachedRealmclassCachedRealmRoleclassCachedRoleclassCachedUserclassCachedUserConsentsclassClientListQueryclassClientScopeListQueryclassGroupListQueryclassNonExistentItemclassRealmListQueryclassRoleListQueryclassUserListQuery
- 
Uses of Revisioned in org.keycloak.models.cache.infinispan.streamMethod parameters in org.keycloak.models.cache.infinispan.stream with type arguments of type Revisioned Modifier and Type Method Description booleanGroupListPredicate. test(Map.Entry<String,Revisioned> entry)booleanHasRolePredicate. test(Map.Entry<String,Revisioned> entry)booleanInClientPredicate. test(Map.Entry<String,Revisioned> entry)booleanInIdentityProviderPredicate. test(Map.Entry<String,Revisioned> entry)booleanInRealmPredicate. test(Map.Entry<String,Revisioned> entry)
 
-