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 |
JPAResourceServerStore |
Modifier and Type | Method and Description |
---|---|
ResourceServerStore |
JPAStoreFactory.getResourceServerStore() |
Modifier and Type | Class and Description |
---|---|
class |
MongoResourceServerStore |
Modifier and Type | Method and Description |
---|---|
ResourceServerStore |
MongoStoreFactory.getResourceServerStore() |
Modifier and Type | Method and Description |
---|---|
ResourceServerStore |
StoreFactory.getResourceServerStore()
Returns a
ResourceServerStore . |
Modifier and Type | Class and Description |
---|---|
class |
CachedResourceServerStore |
Modifier and Type | Method and Description |
---|---|
ResourceServerStore |
InfinispanStoreFactoryProvider.getResourceServerStore() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.