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

公開メンバ関数

KeycloakDeployment resolve (Request facade)
 

詳解

On multi-tenant scenarios, Keycloak will defer the resolution of a KeycloakDeployment to the target application at the request-phase.

A Request object is passed to the resolver and callers expect a complete KeycloakDeployment. Based on this KeycloakDeployment, Keycloak will resume authenticating and authorizing the request.

The easiest way to build a KeycloakDeployment is to use KeycloakDeploymentBuilder , passing the InputStream of an existing keycloak.json to the build() method.

参照
KeycloakDeploymentBuilder
著者
Juraci Paixão Kröhling <juraci at kroehling.de>

関数詳解

◆ resolve()

KeycloakDeployment org.keycloak.adapters.KeycloakConfigResolver.resolve ( Request  facade)

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