| Package | Description |
|---|---|
| org.keycloak.authorization.jpa.store | |
| org.keycloak.authorization.mongo.store | |
| org.keycloak.authorization.store |
Provides classes and a SPI to plug different metadata storage implementations.
|
| org.keycloak.models.authorization.infinispan |
| Modifier and Type | Class and Description |
|---|---|
class |
JPAScopeStore |
| Modifier and Type | Method and Description |
|---|---|
ScopeStore |
JPAStoreFactory.getScopeStore() |
| Modifier and Type | Class and Description |
|---|---|
class |
MongoScopeStore |
| Modifier and Type | Method and Description |
|---|---|
ScopeStore |
MongoStoreFactory.getScopeStore() |
| Modifier and Type | Method and Description |
|---|---|
ScopeStore |
StoreFactory.getScopeStore()
Returns a
ScopeStore. |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedScopeStore |
| Modifier and Type | Method and Description |
|---|---|
ScopeStore |
InfinispanStoreFactoryProvider.getScopeStore() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.