Uses of Class
de.fraunhofer.iese.mydata.exception.MessagingException
-
Packages that use MessagingException Package Description de.fraunhofer.iese.mydata.user -
-
Uses of MessagingException in de.fraunhofer.iese.mydata.user
Methods in de.fraunhofer.iese.mydata.user that throw MessagingException Modifier and Type Method Description String
IUserService. addSuperAdmin(User userModel)
Adds the super admin.String
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)
-