Uses of Interface
org.keycloak.authentication.FormContext
Packages that use FormContext
-
Uses of FormContext in org.keycloak.authentication
Subinterfaces of FormContext in org.keycloak.authenticationModifier and TypeInterfaceDescriptioninterfaceInterface that encapsulates the current validation that is being performed.Methods in org.keycloak.authentication with parameters of type FormContextModifier and TypeMethodDescriptionvoidFormAction.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.jakarta.ws.rs.core.ResponseFormAuthenticator.render(FormContext context, LoginFormsProvider form) Called to render the FormAuthenticator's challenge page.voidFormAction.success(FormContext context) Called after all validate() calls of all FormAction providers are successful.