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 |
JPAResourceStore |
Modifier and Type | Method and Description |
---|---|
ResourceStore |
JPAStoreFactory.getResourceStore() |
Modifier and Type | Class and Description |
---|---|
class |
MongoResourceStore |
Modifier and Type | Method and Description |
---|---|
ResourceStore |
MongoStoreFactory.getResourceStore() |
Modifier and Type | Method and Description |
---|---|
ResourceStore |
StoreFactory.getResourceStore()
Returns a
ResourceStore . |
Modifier and Type | Class and Description |
---|---|
class |
CachedResourceStore |
Modifier and Type | Method and Description |
---|---|
ResourceStore |
InfinispanStoreFactoryProvider.getResourceStore() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.