Uses of Class
org.duracloud.account.db.util.error.InvalidPasswordException
Packages that use InvalidPasswordException
-
Uses of InvalidPasswordException in org.duracloud.account.db.util
Methods in org.duracloud.account.db.util that throw InvalidPasswordExceptionModifier and TypeMethodDescriptionvoidDuracloudUserService.changePassword(Long userId, String oldPassword, boolean oldPasswordEncoded, String newPassword) This method changes the password of the user with the arg userId from the oldPassword to the newPassword.voidDuracloudUserService.changePasswordInternal(Long userId, String oldPassword, boolean oldPasswordEncoded, String newPassword) voidDuracloudUserService.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. -
Uses of InvalidPasswordException in org.duracloud.account.db.util.impl
Methods in org.duracloud.account.db.util.impl that throw InvalidPasswordExceptionModifier and TypeMethodDescriptionvoidDuracloudUserServiceImpl.changePassword(Long userId, String oldPassword, boolean oldPasswordEncoded, String newPassword) voidDuracloudUserServiceImpl.changePasswordInternal(Long userId, String oldPassword, boolean oldPasswordEncoded, String newPassword) voidDuracloudUserServiceImpl.forgotPassword(String username, String securityQuestion, String securityAnswer)