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 |
JPAPolicyStore |
Modifier and Type | Method and Description |
---|---|
PolicyStore |
JPAStoreFactory.getPolicyStore() |
Modifier and Type | Class and Description |
---|---|
class |
MongoPolicyStore |
Modifier and Type | Method and Description |
---|---|
PolicyStore |
MongoStoreFactory.getPolicyStore() |
Modifier and Type | Method and Description |
---|---|
PolicyStore |
StoreFactory.getPolicyStore()
Returns a
PolicyStore . |
Modifier and Type | Class and Description |
---|---|
class |
CachedPolicyStore |
Modifier and Type | Method and Description |
---|---|
PolicyStore |
InfinispanStoreFactoryProvider.getPolicyStore() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.