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 StringIUserService. addSuperAdmin(User userModel)Adds the super admin.StringIUserService. 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)
-