Package | Description |
---|---|
org.keycloak.authentication | |
org.keycloak.forms.account | |
org.keycloak.forms.login |
Modifier and Type | Field and Description |
---|---|
protected FormMessage |
ForkFlowException.errorMessage |
protected FormMessage |
ForkFlowException.successMessage |
Modifier and Type | Method and Description |
---|---|
FormMessage |
ForkFlowException.getErrorMessage() |
FormMessage |
AbstractAuthenticationFlowContext.getForwardedErrorMessage()
This could be an error message forwarded from another authenticator that is restarting or continuing the flo.
|
FormMessage |
AbstractAuthenticationFlowContext.getForwardedSuccessMessage()
This could be an success message forwarded from another authenticator that is restarting or continuing the flow.
|
FormMessage |
ForkFlowException.getSuccessMessage() |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationFlowContext.forkWithErrorMessage(FormMessage message)
Fork the current flow.
|
void |
AuthenticationFlowContext.forkWithSuccessMessage(FormMessage message)
Fork the current flow.
|
Modifier and Type | Method and Description |
---|---|
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 | 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.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.