keycloak
公開メンバ関数 | 全メンバ一覧
org.keycloak.authorization.store.ResourceServerStore インタフェース
org.keycloak.authorization.store.ResourceServerStore の継承関係図
Inheritance graph
org.keycloak.authorization.store.ResourceServerStore 連携図
Collaboration graph

公開メンバ関数

ResourceServer create (String clientId)
 
void delete (String id)
 
ResourceServer findById (String id)
 

詳解

A ResourceServerStore is responsible to manage the persistence of ResourceServer instances.

著者
Pedro Igor

関数詳解

◆ create()

ResourceServer org.keycloak.authorization.store.ResourceServerStore.create ( String  clientId)

Creates a ResourceServer instance backed by this persistent storage implementation.

引数
clientIdthe client id acting as a resource server
戻り値
an instance backed by the underlying storage implementation

org.keycloak.models.cache.infinispan.authorization.StoreFactoryCacheSession.ResourceServerCache, org.keycloak.authorization.jpa.store.JPAResourceServerStoreで実装されています。

◆ delete()

void org.keycloak.authorization.store.ResourceServerStore.delete ( String  id)

Removes a ResourceServer instance, with the given

id

from the persistent storage.

引数
idthe identifier of an existing resource server instance

org.keycloak.models.cache.infinispan.authorization.StoreFactoryCacheSession.ResourceServerCache, org.keycloak.authorization.jpa.store.JPAResourceServerStoreで実装されています。

◆ findById()

ResourceServer org.keycloak.authorization.store.ResourceServerStore.findById ( String  id)

Returns a ResourceServer instance based on its identifier.

引数
idthe identifier of an existing resource server instance
戻り値
the resource server instance with the given identifier or null if no instance was found

org.keycloak.models.cache.infinispan.authorization.StoreFactoryCacheSession.ResourceServerCache, org.keycloak.authorization.jpa.store.JPAResourceServerStoreで実装されています。


このインタフェース詳解は次のファイルから抽出されました: