Uses of Interface
org.keycloak.authorization.store.StoreFactory
-
Packages that use StoreFactory Package Description org.keycloak.authorization Fine-grained Authorization SPI.org.keycloak.authorization.model Provides the domain model and any other type related with itorg.keycloak.models.cache.authorization -
-
Uses of StoreFactory in org.keycloak.authorization
Methods in org.keycloak.authorization that return StoreFactory Modifier and Type Method Description StoreFactoryAuthorizationProvider. getLocalStoreFactory()No cache sits in front of thisStoreFactoryAuthorizationProvider. 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 voidUserManagedPermissionUtil. removePolicy(PermissionTicket ticket, StoreFactory storeFactory)static voidUserManagedPermissionUtil. updatePolicy(PermissionTicket ticket, 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 StoreFactoryAbstractAuthorizationModel. storeFactoryConstructors 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 interfaceCachedStoreFactoryProvider
-