Uses of Class
org.keycloak.models.utils.FormMessage
Packages that use FormMessage
Package
Description
-
Uses of FormMessage in org.keycloak.authentication
Fields in org.keycloak.authentication declared as FormMessageModifier and TypeFieldDescriptionprotected FormMessage
ForkFlowException.errorMessage
protected FormMessage
ForkFlowException.successMessage
Methods in org.keycloak.authentication that return FormMessageModifier and TypeMethodDescriptionAuthenticationProcessor.Result.getErrorMessage()
ForkFlowException.getErrorMessage()
AbstractAuthenticationFlowContext.getForwardedErrorMessage()
This could be an error message forwarded from another authenticator that is restarting or continuing the flo.AuthenticationProcessor.Result.getForwardedErrorMessage()
AbstractAuthenticationFlowContext.getForwardedInfoMessage()
This could be an info message forwarded from another authenticator.AuthenticationProcessor.Result.getForwardedInfoMessage()
AbstractAuthenticationFlowContext.getForwardedSuccessMessage()
This could be an success message forwarded from another authenticator that is restarting or continuing the flow.AuthenticationProcessor.Result.getForwardedSuccessMessage()
AuthenticationProcessor.Result.getSuccessMessage()
ForkFlowException.getSuccessMessage()
Methods in org.keycloak.authentication with parameters of type FormMessageModifier and TypeMethodDescriptionvoid
AuthenticationFlowContext.forkWithErrorMessage
(FormMessage message) Fork the current flow.void
AuthenticationProcessor.Result.forkWithErrorMessage
(FormMessage message) void
AuthenticationFlowContext.forkWithSuccessMessage
(FormMessage message) Fork the current flow.void
AuthenticationProcessor.Result.forkWithSuccessMessage
(FormMessage message) AuthenticationProcessor.setForwardedErrorMessage
(FormMessage forwardedErrorMessage) AuthenticationProcessor.setForwardedInfoMessage
(FormMessage forwardedInfoMessage) AuthenticationProcessor.setForwardedSuccessMessage
(FormMessage forwardedSuccessMessage) Method parameters in org.keycloak.authentication with type arguments of type FormMessageModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
FormAuthenticationFlow.renderForm
(jakarta.ws.rs.core.MultivaluedMap<String, String> formData, List<FormMessage> errors) void
ValidationContext.validationError
(jakarta.ws.rs.core.MultivaluedMap<String, String> formData, List<FormMessage> errors) Mark this validation as having a validation errorConstructors in org.keycloak.authentication with parameters of type FormMessageModifierConstructorDescriptionForkFlowException
(FormMessage successMessage, FormMessage errorMessage) -
Uses of FormMessage in org.keycloak.authentication.requiredactions
Method parameters in org.keycloak.authentication.requiredactions with type arguments of type FormMessageModifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.Response
UpdateProfile.createResponse
(RequiredActionContext context, jakarta.ws.rs.core.MultivaluedMap<String, String> formData, List<FormMessage> errors) -
Uses of FormMessage in org.keycloak.forms.login
Methods in org.keycloak.forms.login with parameters of type FormMessageModifier and TypeMethodDescriptionLoginFormsProvider.addError
(FormMessage errorMessage) LoginFormsProvider.addSuccess
(FormMessage errorMessage) Add a success message to the formMethod parameters in org.keycloak.forms.login with type arguments of type FormMessageModifier and TypeMethodDescriptionLoginFormsProvider.setErrors
(List<FormMessage> messages) Set multiple error messages. -
Uses of FormMessage in org.keycloak.forms.login.freemarker
Fields in org.keycloak.forms.login.freemarker with type parameters of type FormMessageModifier and TypeFieldDescriptionprotected List<FormMessage>
FreeMarkerLoginFormsProvider.messages
Methods in org.keycloak.forms.login.freemarker with parameters of type FormMessageModifier and TypeMethodDescriptionFreeMarkerLoginFormsProvider.addError
(FormMessage errorMessage) FreeMarkerLoginFormsProvider.addSuccess
(FormMessage errorMessage) protected String
FreeMarkerLoginFormsProvider.formatMessage
(FormMessage message, Properties messagesBundle, Locale locale) Method parameters in org.keycloak.forms.login.freemarker with type arguments of type FormMessageModifier and TypeMethodDescriptionFreeMarkerLoginFormsProvider.setErrors
(List<FormMessage> messages) -
Uses of FormMessage in org.keycloak.services.validation
Methods in org.keycloak.services.validation that return types with arguments of type FormMessageModifier and TypeMethodDescriptionstatic List<FormMessage>
Validation.getFormErrorsFromValidation
(List<ValidationException.Error> errors)