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.store
Classes in org.keycloak.authorization.jpa.store that implement ScopeStore Modifier and Type Class Description class
JPAScopeStore
Methods in org.keycloak.authorization.jpa.store that return ScopeStore Modifier and Type Method Description ScopeStore
JPAStoreFactory. getScopeStore()
-
Uses of ScopeStore in org.keycloak.authorization.store
Methods in org.keycloak.authorization.store that return ScopeStore Modifier and Type Method Description ScopeStore
StoreFactory. getScopeStore()
Returns aScopeStore
. -
Uses of ScopeStore in org.keycloak.models.cache.infinispan.authorization
Classes in org.keycloak.models.cache.infinispan.authorization that implement ScopeStore Modifier and Type Class Description protected class
StoreFactoryCacheSession.ScopeCache
Methods in org.keycloak.models.cache.infinispan.authorization that return ScopeStore Modifier and Type Method Description ScopeStore
StoreFactoryCacheSession. getScopeStore()
ScopeStore
StoreFactoryCacheSession. getScopeStoreDelegate()
-
Uses of ScopeStore in org.keycloak.models.map.authorization
Classes in org.keycloak.models.map.authorization that implement ScopeStore Modifier and Type Class Description class
MapScopeStore
-
Uses of ScopeStore in org.keycloak.services.resources.account.resources
Fields in org.keycloak.services.resources.account.resources declared as ScopeStore Modifier and Type Field Description protected ScopeStore
AbstractResourceService. scopeStore
-