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.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)