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 | |
org.keycloak.models.map.authorization | |
org.keycloak.models.map.authorization.adapter |
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) |
Modifier and Type | Field and Description |
---|---|
protected StoreFactory |
AbstractAuthorizationModel.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() |
Modifier and Type | Class and Description |
---|---|
class |
MapAuthorizationStore |
Modifier and Type | Method and Description |
---|---|
StoreFactory |
MapAuthorizationStoreFactory.create(KeycloakSession session) |
Modifier and Type | Field and Description |
---|---|
protected StoreFactory |
AbstractPermissionTicketModel.storeFactory |
Constructor and Description |
---|
AbstractPermissionTicketModel(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(MapPermissionTicketEntity entity,
StoreFactory storeFactory) |
MapPolicyAdapter(MapPolicyEntity entity,
StoreFactory storeFactory) |
MapResourceAdapter(MapResourceEntity entity,
StoreFactory storeFactory) |
MapResourceServerAdapter(MapResourceServerEntity entity,
StoreFactory storeFactory) |
MapScopeAdapter(MapScopeEntity entity,
StoreFactory storeFactory) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.