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

公開メンバ関数

ClientModel getClientById (String id, RealmModel realm)
 
ClientModel getClientByClientId (String clientId, RealmModel realm)
 

詳解

Abstraction interface for lookoup of clients by id and clientId. These methods required for participating in login flows.

著者
Bill Burke
バージョン
Revision
1

関数詳解

◆ getClientByClientId()

ClientModel org.keycloak.storage.client.ClientLookupProvider.getClientByClientId ( String  clientId,
RealmModel  realm 
)

◆ getClientById()

ClientModel org.keycloak.storage.client.ClientLookupProvider.getClientById ( String  id,
RealmModel  realm 
)

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