Uses of Interface
org.keycloak.authentication.FormContext
-
Uses of FormContext in org.keycloak.authentication
Modifier and TypeInterfaceDescriptioninterface
Interface that encapsulates the current validation that is being performed.Modifier and TypeMethodDescriptionvoid
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.jakarta.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. -
Uses of FormContext in org.keycloak.authentication.forms
Modifier and TypeMethodDescriptionvoid
AbstractRegistrationRecaptcha.buildPage
(FormContext context, LoginFormsProvider form) void
RegistrationPassword.buildPage
(FormContext context, LoginFormsProvider form) void
RegistrationTermsAndConditions.buildPage
(FormContext context, LoginFormsProvider form) void
RegistrationUserCreation.buildPage
(FormContext context, LoginFormsProvider form) RegistrationUserCreation.getOrCreateUserProfile
(FormContext formContext, jakarta.ws.rs.core.MultivaluedMap<String, String> formData) Get user profile instance for current HTTP request (KeycloakSession) and for given context.jakarta.ws.rs.core.Response
RegistrationPage.render
(FormContext context, LoginFormsProvider form) void
AbstractRegistrationRecaptcha.success
(FormContext context) void
RegistrationPassword.success
(FormContext context) void
RegistrationTermsAndConditions.success
(FormContext context) void
RegistrationUserCreation.success
(FormContext context)