Class StoreFactoryCacheSession.ScopeCache
java.lang.Object
org.keycloak.models.cache.infinispan.authorization.StoreFactoryCacheSession.ScopeCache
- All Implemented Interfaces:
ScopeStore
- Enclosing class:
- StoreFactoryCacheSession
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(ResourceServer resourceServer, String name) create(ResourceServer resourceServer, String id, String name) voidfindById(ResourceServer resourceServer, String id) findByName(ResourceServer resourceServer, String name) findByResourceServer(ResourceServer resourceServer) findByResourceServer(ResourceServer resourceServer, Map<Scope.FilterOption, String[]> attributes, Integer firstResult, Integer maxResults)
-
Constructor Details
-
ScopeCache
protected ScopeCache()
-
-
Method Details
-
create
- Specified by:
createin interfaceScopeStore
-
create
- Specified by:
createin interfaceScopeStore
-
delete
- Specified by:
deletein interfaceScopeStore
-
findById
- Specified by:
findByIdin interfaceScopeStore
-
findByName
- Specified by:
findByNamein interfaceScopeStore
-
findByResourceServer
- Specified by:
findByResourceServerin interfaceScopeStore
-
findByResourceServer
public List<Scope> findByResourceServer(ResourceServer resourceServer, Map<Scope.FilterOption, String[]> attributes, Integer firstResult, Integer maxResults) - Specified by:
findByResourceServerin interfaceScopeStore
-