Uses of Class
org.duracloud.account.db.util.error.InvalidPasswordException
-
Packages that use InvalidPasswordException Package Description org.duracloud.account.db.util org.duracloud.account.db.util.impl -
-
Uses of InvalidPasswordException in org.duracloud.account.db.util
Methods in org.duracloud.account.db.util that throw InvalidPasswordException Modifier and Type Method Description voidDuracloudUserService. 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 InvalidPasswordException Modifier and Type Method Description voidDuracloudUserServiceImpl. 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)
-