keycloak-spi-private
|
公開メンバ関数 | |
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.
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 |