Package | Description |
---|---|
org.keycloak.authentication |
Modifier and Type | Interface and Description |
---|---|
interface |
ValidationContext
Interface that encapsulates the current validation that is being performed.
|
Modifier and Type | Method and Description |
---|---|
void |
FormAction.buildPage(FormContext context,
LoginFormsProvider form)
When a FormAuthenticator is rendering the challenge page, even FormAction.buildPage() method will be called
This gives the FormAction the opportunity to add additional attributes to the form to be displayed.
|
javax.ws.rs.core.Response |
FormAuthenticator.render(FormContext context,
LoginFormsProvider form)
Called to render the FormAuthenticator's challenge page.
|
void |
FormAction.success(FormContext context)
Called after all validate() calls of all FormAction providers are successful.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.