Uses of Interface
org.keycloak.authorization.store.StoreFactory
Package
Description
Fine-grained Authorization SPI.
Provides the domain model and any other type related with it
-
Uses of StoreFactory in org.keycloak.authorization
Modifier and TypeMethodDescriptionAuthorizationProvider.getLocalStoreFactory()
No cache sits in front of thisAuthorizationProvider.getStoreFactory()
Cache sits in front of this Returns aStoreFactory
.Modifier and TypeMethodDescriptionstatic void
UserManagedPermissionUtil.removePolicy
(PermissionTicket ticket, StoreFactory storeFactory) static void
UserManagedPermissionUtil.updatePolicy
(PermissionTicket ticket, StoreFactory storeFactory) -
Uses of StoreFactory in org.keycloak.authorization.jpa.store
ModifierConstructorDescriptionPermissionTicketAdapter
(PermissionTicketEntity entity, jakarta.persistence.EntityManager entityManager, StoreFactory storeFactory) PolicyAdapter
(PolicyEntity entity, jakarta.persistence.EntityManager em, StoreFactory storeFactory) ResourceAdapter
(ResourceEntity entity, jakarta.persistence.EntityManager em, StoreFactory storeFactory) ResourceServerAdapter
(ResourceServerEntity entity, jakarta.persistence.EntityManager em, StoreFactory storeFactory) ScopeAdapter
(ScopeEntity entity, jakarta.persistence.EntityManager em, StoreFactory storeFactory) -
Uses of StoreFactory in org.keycloak.authorization.model
Modifier and TypeFieldDescriptionprotected final StoreFactory
AbstractAuthorizationModel.storeFactory
-
Uses of StoreFactory in org.keycloak.models.cache.authorization
-
Uses of StoreFactory in org.keycloak.models.cache.infinispan.authorization