Package | Description |
---|---|
org.keycloak.account | |
org.keycloak.account.freemarker | |
org.keycloak.login | |
org.keycloak.login.freemarker | |
org.keycloak.services.validation |
Modifier and Type | Method and Description |
---|---|
AccountProvider |
AccountProvider.setErrors(List<FormMessage> 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(List<FormMessage> messages) |
Modifier and Type | Method and Description |
---|---|
LoginFormsProvider |
LoginFormsProvider.setErrors(List<FormMessage> messages)
Set multiple error messages.
|
Modifier and Type | Method and Description |
---|---|
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.validateRegistrationForm(RealmModel realm,
javax.ws.rs.core.MultivaluedMap<String,String> formData,
List<String> requiredCredentialTypes,
PasswordPolicy policy) |
static List<FormMessage> |
Validation.validateUpdateProfileForm(javax.ws.rs.core.MultivaluedMap<String,String> formData) |
Copyright © 2015. All rights reserved.