| Package | Description |
|---|---|
| org.duracloud.account.db.util | |
| org.duracloud.account.db.util.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
DuracloudUserService.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.
|
void |
DuracloudUserService.changePasswordInternal(Long userId,
String oldPassword,
boolean oldPasswordEncoded,
String newPassword) |
void |
DuracloudUserService.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DuracloudUserServiceImpl.changePassword(Long userId,
String oldPassword,
boolean oldPasswordEncoded,
String newPassword) |
void |
DuracloudUserServiceImpl.changePasswordInternal(Long userId,
String oldPassword,
boolean oldPasswordEncoded,
String newPassword) |
void |
DuracloudUserServiceImpl.forgotPassword(String username,
String securityQuestion,
String securityAnswer) |
Copyright © 2009–2017 DuraSpace. All rights reserved.