Uses of Class
org.duracloud.account.db.util.error.UnsentEmailException
Packages that use UnsentEmailException
-
Uses of UnsentEmailException in org.duracloud.account.db.util
Methods in org.duracloud.account.db.util that throw UnsentEmailExceptionModifier and TypeMethodDescriptionvoidDuracloudUserService.forgotPassword(String username, String securityQuestion, String securityAnswer) This method generates a random password, replaces the existing password with the randomly generated one, and sends an email to the address on file for the given username.voidRootAccountManagerService.resetUsersPassword(Long userId) Reset a user's password -
Uses of UnsentEmailException in org.duracloud.account.db.util.impl
Methods in org.duracloud.account.db.util.impl that throw UnsentEmailExceptionModifier and TypeMethodDescriptionvoidDuracloudUserServiceImpl.forgotPassword(String username, String securityQuestion, String securityAnswer) voidRootAccountManagerServiceImpl.resetUsersPassword(Long userId)