Uses of Interface
org.keycloak.authorization.store.ScopeStore
- 
Packages that use ScopeStore Package Description org.keycloak.authorization.jpa.store org.keycloak.authorization.store Provides classes and a SPI to plug different metadata storage implementations.org.keycloak.models.cache.infinispan.authorization org.keycloak.models.map.authorization org.keycloak.services.resources.account.resources 
- 
- 
Uses of ScopeStore in org.keycloak.authorization.jpa.storeClasses in org.keycloak.authorization.jpa.store that implement ScopeStore Modifier and Type Class Description classJPAScopeStoreMethods in org.keycloak.authorization.jpa.store that return ScopeStore Modifier and Type Method Description ScopeStoreJPAStoreFactory. getScopeStore()
- 
Uses of ScopeStore in org.keycloak.authorization.storeMethods in org.keycloak.authorization.store that return ScopeStore Modifier and Type Method Description ScopeStoreStoreFactory. getScopeStore()Returns aScopeStore.
- 
Uses of ScopeStore in org.keycloak.models.cache.infinispan.authorizationClasses in org.keycloak.models.cache.infinispan.authorization that implement ScopeStore Modifier and Type Class Description protected classStoreFactoryCacheSession.ScopeCacheMethods in org.keycloak.models.cache.infinispan.authorization that return ScopeStore Modifier and Type Method Description ScopeStoreStoreFactoryCacheSession. getScopeStore()ScopeStoreStoreFactoryCacheSession. getScopeStoreDelegate()
- 
Uses of ScopeStore in org.keycloak.models.map.authorizationClasses in org.keycloak.models.map.authorization that implement ScopeStore Modifier and Type Class Description classMapScopeStore
- 
Uses of ScopeStore in org.keycloak.services.resources.account.resourcesFields in org.keycloak.services.resources.account.resources declared as ScopeStore Modifier and Type Field Description protected ScopeStoreAbstractResourceService. scopeStore
 
-