Uses of Class
org.keycloak.models.utils.FormMessage
Package
Description
-
Uses of FormMessage in org.keycloak.authentication
Modifier and TypeFieldDescriptionprotected FormMessage
ForkFlowException.errorMessage
protected FormMessage
ForkFlowException.successMessage
Modifier 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()
Modifier 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) Modifier 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 errorModifierConstructorDescriptionForkFlowException
(FormMessage successMessage, FormMessage errorMessage) -
Uses of FormMessage in org.keycloak.authentication.requiredactions
Modifier 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
Modifier and TypeMethodDescriptionLoginFormsProvider.addError
(FormMessage errorMessage) LoginFormsProvider.addSuccess
(FormMessage errorMessage) Add a success message to the formModifier and TypeMethodDescriptionLoginFormsProvider.setErrors
(List<FormMessage> messages) Set multiple error messages. -
Uses of FormMessage in org.keycloak.forms.login.freemarker
Modifier and TypeFieldDescriptionprotected List<FormMessage>
FreeMarkerLoginFormsProvider.messages
Modifier and TypeMethodDescriptionFreeMarkerLoginFormsProvider.addError
(FormMessage errorMessage) FreeMarkerLoginFormsProvider.addSuccess
(FormMessage errorMessage) protected String
FreeMarkerLoginFormsProvider.formatMessage
(FormMessage message) protected String
FreeMarkerLoginFormsProvider.formatMessage
(FormMessage message, Properties messagesBundle, Locale locale) Modifier and TypeMethodDescriptionFreeMarkerLoginFormsProvider.setErrors
(List<FormMessage> messages) -
Uses of FormMessage in org.keycloak.services.validation
Modifier and TypeMethodDescriptionstatic List<FormMessage>
Validation.getFormErrorsFromValidation
(List<ValidationException.Error> errors)