protected class StoreFactoryCacheSession.ScopeCache extends Object implements ScopeStore
Modifier | Constructor and Description |
---|---|
protected |
ScopeCache() |
Modifier and Type | Method and Description |
---|---|
Scope |
create(String name,
ResourceServer resourceServer) |
Scope |
create(String id,
String name,
ResourceServer resourceServer) |
void |
delete(String id) |
Scope |
findById(String id,
String resourceServerId) |
Scope |
findByName(String name,
String resourceServerId) |
List<Scope> |
findByResourceServer(Map<String,String[]> attributes,
String resourceServerId,
int firstResult,
int maxResult) |
List<Scope> |
findByResourceServer(String id) |
public Scope create(String name, ResourceServer resourceServer)
create
in interface ScopeStore
public Scope create(String id, String name, ResourceServer resourceServer)
create
in interface ScopeStore
public void delete(String id)
delete
in interface ScopeStore
public Scope findById(String id, String resourceServerId)
findById
in interface ScopeStore
public Scope findByName(String name, String resourceServerId)
findByName
in interface ScopeStore
public List<Scope> findByResourceServer(String id)
findByResourceServer
in interface ScopeStore
public List<Scope> findByResourceServer(Map<String,String[]> attributes, String resourceServerId, int firstResult, int maxResult)
findByResourceServer
in interface ScopeStore
Copyright © 2021 JBoss by Red Hat. All rights reserved.