Modifier and Type | Field and Description |
---|---|
protected FormMessage |
ForkFlowException.errorMessage |
protected FormMessage |
ForkFlowException.successMessage |
Modifier and Type | Method and Description |
---|---|
FormMessage |
ForkFlowException.getErrorMessage() |
FormMessage |
AuthenticationProcessor.Result.getErrorMessage() |
FormMessage |
AbstractAuthenticationFlowContext.getForwardedErrorMessage()
This could be an error message forwarded from another authenticator that is restarting or continuing the flo.
|
FormMessage |
AuthenticationProcessor.Result.getForwardedErrorMessage() |
FormMessage |
AbstractAuthenticationFlowContext.getForwardedSuccessMessage()
This could be an success message forwarded from another authenticator that is restarting or continuing the flow.
|
FormMessage |
AuthenticationProcessor.Result.getForwardedSuccessMessage() |
FormMessage |
ForkFlowException.getSuccessMessage() |
FormMessage |
AuthenticationProcessor.Result.getSuccessMessage() |
Modifier and Type | Method and Description |
---|---|
void |
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 |
AuthenticationProcessor.setForwardedErrorMessage(FormMessage forwardedErrorMessage) |
AuthenticationProcessor |
AuthenticationProcessor.setForwardedSuccessMessage(FormMessage forwardedSuccessMessage) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
FormAuthenticationFlow.renderForm(javax.ws.rs.core.MultivaluedMap<String,String> formData,
List<FormMessage> errors) |
void |
ValidationContext.validationError(javax.ws.rs.core.MultivaluedMap<String,String> formData,
List<FormMessage> errors)
Mark this validation as having a validation error
|
Constructor and Description |
---|
ForkFlowException(FormMessage successMessage,
FormMessage errorMessage) |
Modifier and Type | Method and Description |
---|---|
AccountProvider |
AccountProvider.setErrors(javax.ws.rs.core.Response.Status status,
List<FormMessage> messages) |
Modifier and Type | Field and Description |
---|---|
protected List<FormMessage> |
FreeMarkerAccountProvider.messages |
Modifier and Type | Method and Description |
---|---|
protected String |
FreeMarkerAccountProvider.formatMessage(FormMessage message,
Properties messagesBundle,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
AccountProvider |
FreeMarkerAccountProvider.setErrors(javax.ws.rs.core.Response.Status status,
List<FormMessage> messages) |
Modifier and Type | Method and Description |
---|---|
LoginFormsProvider |
LoginFormsProvider.addError(FormMessage errorMessage) |
LoginFormsProvider |
LoginFormsProvider.addSuccess(FormMessage errorMessage)
Add a success message to the form
|
Modifier and Type | Method and Description |
---|---|
LoginFormsProvider |
LoginFormsProvider.setErrors(List<FormMessage> messages)
Set multiple error messages.
|
Modifier and Type | Field and Description |
---|---|
protected List<FormMessage> |
FreeMarkerLoginFormsProvider.messages |
Modifier and Type | Method and Description |
---|---|
LoginFormsProvider |
FreeMarkerLoginFormsProvider.addError(FormMessage errorMessage) |
LoginFormsProvider |
FreeMarkerLoginFormsProvider.addSuccess(FormMessage errorMessage) |
protected String |
FreeMarkerLoginFormsProvider.formatMessage(FormMessage message,
Properties messagesBundle,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
LoginFormsProvider |
FreeMarkerLoginFormsProvider.setErrors(List<FormMessage> messages) |
Modifier and Type | Method and Description |
---|---|
static List<FormMessage> |
Validation.getFormErrorsFromValidation(UserProfileValidationResult results) |
static List<FormMessage> |
Validation.validateRegistrationForm(KeycloakSession session,
RealmModel realm,
javax.ws.rs.core.MultivaluedMap<String,String> formData,
List<String> requiredCredentialTypes,
PasswordPolicy policy) |
static List<FormMessage> |
Validation.validateUpdateProfileForm(RealmModel realm,
javax.ws.rs.core.MultivaluedMap<String,String> formData) |
static List<FormMessage> |
Validation.validateUpdateProfileForm(RealmModel realm,
javax.ws.rs.core.MultivaluedMap<String,String> formData,
boolean userNameRequired) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.