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
(RealmModel realm, 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
-
Uses of StoreFactory in org.keycloak.models.map.authorization
-
Uses of StoreFactory in org.keycloak.models.map.authorization.adapter
Modifier and TypeFieldDescriptionprotected final StoreFactory
AbstractPermissionTicketModel.storeFactory
ModifierConstructorDescriptionAbstractPermissionTicketModel
(E entity, StoreFactory storeFactory) AbstractPolicyModel
(E entity, StoreFactory storeFactory) AbstractResourceModel
(E entity, StoreFactory storeFactory) AbstractResourceServerModel
(E entity, StoreFactory storeFactory) AbstractScopeModel
(E entity, StoreFactory storeFactory) MapPermissionTicketAdapter
(RealmModel realm, ResourceServer resourceServer, MapPermissionTicketEntity entity, StoreFactory storeFactory) MapPolicyAdapter
(RealmModel realm, ResourceServer resourceServer, MapPolicyEntity entity, StoreFactory storeFactory) MapResourceAdapter
(RealmModel realm, ResourceServer resourceServer, MapResourceEntity entity, StoreFactory storeFactory) MapResourceServerAdapter
(RealmModel realmModel, MapResourceServerEntity entity, StoreFactory storeFactory) MapScopeAdapter
(RealmModel realm, ResourceServer resourceServer, MapScopeEntity entity, StoreFactory storeFactory)