Uses of Class
de.fraunhofer.iese.mydata.exception.MessagingException
-
Uses of MessagingException in de.fraunhofer.iese.mydata.user
Modifier and TypeMethodDescriptionIUserService.addSuperAdmin
(User userModel) Adds the super admin.IUserService.addUser
(User userModel, AffiliationId affiliationId) Adds the user.void
IUserService.setPassword
(String userId, String newPassword) Set password from static call.void
IUserService.updatePassword
(String userId, String oldPassword, String newPassword) Update password.void
ITokenService.validateTokenAndSetPassword
(String userId, String token, String newPassword)