Uses of Class
org.keycloak.userprofile.ValidationException
- 
Packages that use ValidationException Package Description org.keycloak.userprofile 
- 
- 
Uses of ValidationException in org.keycloak.userprofileMethods in org.keycloak.userprofile that throw ValidationException Modifier and Type Method Description UserModelDefaultUserProfile. create()UserModelUserProfile. create()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 as#update(boolean, BiConsumer[])but forcing the removal of attributes.voidUserProfile. validate()Validates the attributes associated with this instance.
 
-