Uses of Interface
org.keycloak.authentication.FormContext
- 
Packages that use FormContext Package Description org.keycloak.authentication org.keycloak.authentication.forms 
- 
- 
Uses of FormContext in org.keycloak.authenticationSubinterfaces of FormContext in org.keycloak.authentication Modifier and Type Interface Description interfaceValidationContextInterface that encapsulates the current validation that is being performed.Methods in org.keycloak.authentication with parameters of type FormContext Modifier and Type Method Description voidFormAction. 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.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.
- 
Uses of FormContext in org.keycloak.authentication.formsMethods in org.keycloak.authentication.forms with parameters of type FormContext Modifier and Type Method Description voidRegistrationPassword. buildPage(FormContext context, LoginFormsProvider form)voidRegistrationProfile. buildPage(FormContext context, LoginFormsProvider form)voidRegistrationRecaptcha. buildPage(FormContext context, LoginFormsProvider form)voidRegistrationUserCreation. buildPage(FormContext context, LoginFormsProvider form)javax.ws.rs.core.ResponseRegistrationPage. render(FormContext context, LoginFormsProvider form)voidRegistrationPassword. success(FormContext context)voidRegistrationProfile. success(FormContext context)voidRegistrationRecaptcha. success(FormContext context)voidRegistrationUserCreation. success(FormContext context)
 
-