Uses of Class
de.fraunhofer.iese.mydata.exception.MessagingException
Packages that use MessagingException
-
Uses of MessagingException in de.fraunhofer.iese.mydata.user
Methods in de.fraunhofer.iese.mydata.user that throw MessagingExceptionModifier and TypeMethodDescriptionIUserService.addSuperAdmin(User userModel) Adds the super admin.IUserService.addUser(User userModel, AffiliationId affiliationId) Adds the user.voidIUserService.setPassword(String userId, String newPassword) Set password from static call.voidIUserService.updatePassword(String userId, String oldPassword, String newPassword) Update password.voidITokenService.validateTokenAndSetPassword(String userId, String token, String newPassword)