Class StoreFactoryCacheSession.ResourceServerCache
- java.lang.Object
-
- org.keycloak.models.cache.infinispan.authorization.StoreFactoryCacheSession.ResourceServerCache
-
- All Implemented Interfaces:
ResourceServerStore
- Enclosing class:
- StoreFactoryCacheSession
protected class StoreFactoryCacheSession.ResourceServerCache extends Object implements ResourceServerStore
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedResourceServerCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceServercreate(String clientId)voiddelete(String id)ResourceServerfindById(String id)
-
-
-
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
-
-