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

公開メンバ関数

Response render (FormContext context, LoginFormsProvider form)
 

詳解

This class is responsible for rendering a form. The way it works is that each FormAction that is a child of this FormAuthenticator, will have its buildPage() method call first, then the FormAuthenticator.render() method will be invoked.

This gives each FormAction a chance to add information to the form in an independent manner.

著者
Bill Burke
バージョン
Revision
1

関数詳解

◆ render()

Response org.keycloak.authentication.FormAuthenticator.render ( FormContext  context,
LoginFormsProvider  form 
)

Called to render the FormAuthenticator's challenge page. If null is returned, then success is assumed and the next authenticator in the flow will be invoked.

引数
context
form
戻り値

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