Uses of Class
org.keycloak.userprofile.ValidationException
-
Packages that use ValidationException Package Description org.keycloak.userprofile -
-
Uses of ValidationException in org.keycloak.userprofile
Methods in org.keycloak.userprofile that throw ValidationException Modifier and Type Method Description UserModel
DefaultUserProfile. create()
UserModel
UserProfile. create()
Creates a newUserModel
based on the attributes associated with this instance.void
UserProfile. update(boolean removeAttributes, AttributeChangeListener... changeListener)
Updates theUserModel
associated with this instance.default void
UserProfile. update(AttributeChangeListener... changeListener)
The same as#update(boolean, BiConsumer[])
but forcing the removal of attributes.void
UserProfile. validate()
Validates the attributes associated with this instance.
-