Package | Description |
---|---|
org.keycloak.authorization |
Fine-grained Authorization SPI.
|
org.keycloak.authorization.jpa.store | |
org.keycloak.authorization.mongo.store | |
org.keycloak.models.authorization.infinispan | |
org.keycloak.models.cache.authorization |
Modifier and Type | Method and Description |
---|---|
StoreFactory |
AuthorizationProvider.getStoreFactory()
Returns a
StoreFactory . |
Constructor and Description |
---|
AuthorizationProvider(KeycloakSession session,
StoreFactory storeFactory) |
AuthorizationProvider(KeycloakSession session,
StoreFactory storeFactory,
Executor scheduller) |
Modifier and Type | Class and Description |
---|---|
class |
JPAStoreFactory |
Modifier and Type | Method and Description |
---|---|
StoreFactory |
JPAAuthorizationStoreFactory.create(KeycloakSession session) |
Modifier and Type | Class and Description |
---|---|
class |
MongoStoreFactory |
Modifier and Type | Method and Description |
---|---|
StoreFactory |
MongoAuthorizationStoreFactory.create(KeycloakSession session) |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanStoreFactoryProvider |
Modifier and Type | Interface and Description |
---|---|
interface |
CachedStoreFactoryProvider |
Copyright © 2016 JBoss by Red Hat. All rights reserved.