Uses of Class
org.keycloak.userprofile.ValidationException
Packages that use ValidationException
-
Uses of ValidationException in org.keycloak.userprofile
Methods in org.keycloak.userprofile that return ValidationExceptionMethods in org.keycloak.userprofile that throw ValidationExceptionModifier and TypeMethodDescriptionorg.keycloak.models.UserModelDefaultUserProfile.create()org.keycloak.models.UserModelDefaultUserProfile.create(boolean validate) org.keycloak.models.UserModelUserProfile.create()Creates a newUserModelbased on the attributes associated with this instance.default org.keycloak.models.UserModelUserProfile.create(boolean validate) Creates a newUserModelbased on the attributes associated with this instance.voidUserProfile.update(boolean removeAttributes, AttributeChangeListener... changeListener) Updates theUserModelassociated with this instance.default voidUserProfile.update(AttributeChangeListener... changeListener) The same asUserProfile.update(boolean, AttributeChangeListener...)} but forcing the removal of attributes.voidUserProfile.validate()Validates the attributes associated with this instance.