Class MapResourceServerStore
- java.lang.Object
-
- org.keycloak.models.map.authorization.MapResourceServerStore
-
- All Implemented Interfaces:
ResourceServerStore
public class MapResourceServerStore extends Object implements ResourceServerStore
-
-
Constructor Summary
Constructors Constructor Description MapResourceServerStore(KeycloakSession session, MapStorage<MapResourceServerEntity,ResourceServer> resourceServerStore, AuthorizationProvider provider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceServercreate(String clientId)voiddelete(String id)ResourceServerfindById(String id)
-
-
-
Constructor Detail
-
MapResourceServerStore
public MapResourceServerStore(KeycloakSession session, MapStorage<MapResourceServerEntity,ResourceServer> resourceServerStore, AuthorizationProvider provider)
-
-
Method Detail
-
create
public ResourceServer create(String clientId)
- Specified by:
createin interfaceResourceServerStore
-
delete
public void delete(String id)
- Specified by:
deletein interfaceResourceServerStore
-
findById
public ResourceServer findById(String id)
- Specified by:
findByIdin interfaceResourceServerStore
-
-