Uses of Class
org.keycloak.userprofile.ValidationException
-
Uses of ValidationException in org.keycloak.userprofile
Modifier and TypeMethodDescriptionDefaultUserProfile.create()
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 asUserProfile.update(boolean, AttributeChangeListener...)
} but forcing the removal of attributes.void
UserProfile.validate()
Validates the attributes associated with this instance.