Package | Description |
---|---|
org.keycloak.authorization |
Fine-grained Authorization SPI.
|
org.keycloak.authorization.model |
Provides the domain model and any other type related with it
|
org.keycloak.models.cache.authorization |
Modifier and Type | Method and Description |
---|---|
StoreFactory |
AuthorizationProvider.getLocalStoreFactory()
No cache sits in front of this
|
StoreFactory |
AuthorizationProvider.getStoreFactory()
Cache sits in front of this
Returns a
StoreFactory . |
Modifier and Type | Method and Description |
---|---|
static void |
UserManagedPermissionUtil.removePolicy(PermissionTicket ticket,
StoreFactory storeFactory) |
static void |
UserManagedPermissionUtil.updatePolicy(PermissionTicket ticket,
StoreFactory storeFactory) |
Modifier and Type | Field and Description |
---|---|
protected StoreFactory |
AbstractAuthorizationModel.storeFactory |
Constructor and Description |
---|
AbstractAuthorizationModel(StoreFactory storeFactory) |
Modifier and Type | Interface and Description |
---|---|
interface |
CachedStoreFactoryProvider |
Copyright © 2021 JBoss by Red Hat. All rights reserved.