Uses of Class
org.keycloak.models.cache.infinispan.authorization.StoreFactoryCacheSession
Packages that use StoreFactoryCacheSession
-
Uses of StoreFactoryCacheSession in org.keycloak.models.cache.infinispan.authorization
Fields in org.keycloak.models.cache.infinispan.authorization declared as StoreFactoryCacheSessionModifier and TypeFieldDescriptionprotected StoreFactoryCacheSessionPermissionTicketAdapter.cacheSessionprotected final StoreFactoryCacheSessionPolicyAdapter.cacheSessionprotected final StoreFactoryCacheSessionResourceAdapter.cacheSessionprotected StoreFactoryCacheSessionResourceServerAdapter.cacheSessionprotected StoreFactoryCacheSessionScopeAdapter.cacheSessionConstructors in org.keycloak.models.cache.infinispan.authorization with parameters of type StoreFactoryCacheSessionModifierConstructorDescriptionPermissionTicketAdapter(CachedPermissionTicket cached, StoreFactoryCacheSession cacheSession) PolicyAdapter(CachedPolicy cached, StoreFactoryCacheSession cacheSession) ResourceAdapter(CachedResource cached, StoreFactoryCacheSession cacheSession) ResourceServerAdapter(CachedResourceServer cached, StoreFactoryCacheSession cacheSession) ScopeAdapter(CachedScope cached, StoreFactoryCacheSession cacheSession)