| 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) |
| Constructor and Description |
|---|
AbstractAuthorizationModel(StoreFactory storeFactory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CachedStoreFactoryProvider |
Copyright © 2019 JBoss by Red Hat. All rights reserved.