Uses of Interface
org.keycloak.authorization.store.StoreFactory
-
Packages that use StoreFactory Package Description org.keycloak.authorization Fine-grained Authorization SPI.org.keycloak.authorization.jpa.store org.keycloak.authorization.model Provides the domain model and any other type related with itorg.keycloak.models.cache.authorization org.keycloak.models.cache.infinispan.authorization org.keycloak.models.map.authorization org.keycloak.models.map.authorization.adapter -
-
Uses of StoreFactory in org.keycloak.authorization
Methods in org.keycloak.authorization that return StoreFactory Modifier and Type Method Description StoreFactory
AuthorizationProvider. getLocalStoreFactory()
No cache sits in front of thisStoreFactory
AuthorizationProvider. getStoreFactory()
Cache sits in front of this Returns aStoreFactory
.Methods in org.keycloak.authorization with parameters of type StoreFactory Modifier and Type Method Description static void
UserManagedPermissionUtil. removePolicy(PermissionTicket ticket, StoreFactory storeFactory)
static void
UserManagedPermissionUtil. updatePolicy(PermissionTicket ticket, StoreFactory storeFactory)
-
Uses of StoreFactory in org.keycloak.authorization.jpa.store
Classes in org.keycloak.authorization.jpa.store that implement StoreFactory Modifier and Type Class Description class
JPAStoreFactory
Methods in org.keycloak.authorization.jpa.store that return StoreFactory Modifier and Type Method Description StoreFactory
JPAAuthorizationStoreFactory. create(KeycloakSession session)
Constructors in org.keycloak.authorization.jpa.store with parameters of type StoreFactory Constructor Description PermissionTicketAdapter(PermissionTicketEntity entity, javax.persistence.EntityManager entityManager, StoreFactory storeFactory)
PolicyAdapter(PolicyEntity entity, javax.persistence.EntityManager em, StoreFactory storeFactory)
ResourceAdapter(ResourceEntity entity, javax.persistence.EntityManager em, StoreFactory storeFactory)
ResourceServerAdapter(RealmModel realm, ResourceServerEntity entity, javax.persistence.EntityManager em, StoreFactory storeFactory)
ScopeAdapter(ScopeEntity entity, javax.persistence.EntityManager em, StoreFactory storeFactory)
-
Uses of StoreFactory in org.keycloak.authorization.model
Fields in org.keycloak.authorization.model declared as StoreFactory Modifier and Type Field Description protected StoreFactory
AbstractAuthorizationModel. storeFactory
Constructors in org.keycloak.authorization.model with parameters of type StoreFactory Constructor Description AbstractAuthorizationModel(StoreFactory storeFactory)
-
Uses of StoreFactory in org.keycloak.models.cache.authorization
Subinterfaces of StoreFactory in org.keycloak.models.cache.authorization Modifier and Type Interface Description interface
CachedStoreFactoryProvider
-
Uses of StoreFactory in org.keycloak.models.cache.infinispan.authorization
Classes in org.keycloak.models.cache.infinispan.authorization that implement StoreFactory Modifier and Type Class Description class
StoreFactoryCacheSession
Fields in org.keycloak.models.cache.infinispan.authorization declared as StoreFactory Modifier and Type Field Description protected StoreFactory
StoreFactoryCacheSession. delegate
Methods in org.keycloak.models.cache.infinispan.authorization that return StoreFactory Modifier and Type Method Description StoreFactory
StoreFactoryCacheSession. getDelegate()
-
Uses of StoreFactory in org.keycloak.models.map.authorization
Classes in org.keycloak.models.map.authorization that implement StoreFactory Modifier and Type Class Description class
MapAuthorizationStore
Methods in org.keycloak.models.map.authorization that return StoreFactory Modifier and Type Method Description StoreFactory
MapAuthorizationStoreFactory. create(KeycloakSession session)
-
Uses of StoreFactory in org.keycloak.models.map.authorization.adapter
Fields in org.keycloak.models.map.authorization.adapter declared as StoreFactory Modifier and Type Field Description protected StoreFactory
AbstractPermissionTicketModel. storeFactory
-