| Package | Description |
|---|---|
| org.keycloak.authorization |
Fine-grained Authorization SPI.
|
| org.keycloak.authorization.jpa.store | |
| org.keycloak.authorization.model |
Provides the domain model and any other type related with it
|
| org.keycloak.models.cache.authorization | |
| org.keycloak.models.cache.infinispan.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 | Class and Description |
|---|---|
class |
JPAStoreFactory |
| Modifier and Type | Method and Description |
|---|---|
StoreFactory |
JPAAuthorizationStoreFactory.create(KeycloakSession session) |
| Constructor and Description |
|---|
PermissionTicketAdapter(PermissionTicketEntity entity,
javax.persistence.EntityManager entityManager,
StoreFactory storeFactory) |
PolicyAdapter(PolicyEntity entity,
javax.persistence.EntityManager em,
StoreFactory storeFactory) |
ResourceAdapter(ResourceEntity entity,
javax.persistence.EntityManager em,
StoreFactory storeFactory) |
ResourceServerAdapter(ResourceServerEntity entity,
javax.persistence.EntityManager em,
StoreFactory storeFactory) |
ScopeAdapter(ScopeEntity entity,
javax.persistence.EntityManager em,
StoreFactory storeFactory) |
| Constructor and Description |
|---|
AbstractAuthorizationModel(StoreFactory storeFactory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CachedStoreFactoryProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
StoreFactoryCacheSession |
| Modifier and Type | Field and Description |
|---|---|
protected StoreFactory |
StoreFactoryCacheSession.delegate |
| Modifier and Type | Method and Description |
|---|---|
StoreFactory |
StoreFactoryCacheSession.getDelegate() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.