Class MapScopeStore
java.lang.Object
org.keycloak.models.map.authorization.MapScopeStore
- All Implemented Interfaces:
ScopeStore
-
Constructor Summary
ConstructorsConstructorDescriptionMapScopeStore(MapStorage<MapScopeEntity, Scope> scopeStore, AuthorizationProvider provider) -
Method Summary
Modifier and TypeMethodDescriptioncreate(ResourceServer resourceServer, String id, String name) voiddelete(RealmModel realm, String id) findById(RealmModel realm, ResourceServer resourceServer, String id) findByName(ResourceServer resourceServer, String name) findByResourceServer(ResourceServer resourceServer) findByResourceServer(ResourceServer resourceServer, Map<Scope.FilterOption, String[]> attributes, Integer firstResult, Integer maxResults) voidpreRemove(RealmModel realm) voidpreRemove(RealmModel realm, ResourceServer resourceServer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.authorization.store.ScopeStore
create
-
Constructor Details
-
MapScopeStore
-
-
Method Details
-
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
-
preRemove
-
preRemove
-