| Package | Description |
|---|---|
| org.duracloud.account.db.util | |
| org.duracloud.account.db.util.impl |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DuracloudUserService.addUserToAccount(Long acctId,
Long userId)
This method sets the roles of a user in an account.
|
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.
|
org.duracloud.account.db.model.DuracloudUser |
DuracloudUserService.loadDuracloudUserByIdInternal(Long userId) |
org.duracloud.account.db.model.DuracloudUser |
DuracloudUserService.loadDuracloudUserByUsername(String username)
This method loads a DuracloudUser from the persistence layer and
populate its rights info.
|
org.duracloud.account.db.model.DuracloudUser |
DuracloudUserService.loadDuracloudUserByUsernameInternal(String username) |
void |
RootAccountManagerService.resetUsersPassword(Long userId)
Reset a user's password
|
org.duracloud.account.db.model.UserInvitation |
DuracloudUserService.retrievePassordChangeInvitation(String redemptionCode)
Returns a user password change invitation
|
void |
DuracloudUserService.storeUserDetails(Long userId,
String firstName,
String lastName,
String email,
String securityQuestion,
String securityAnswer,
String allowableIPAddressRange)
This method persists the arg user details.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DuracloudUserServiceImpl.addUserToAccount(Long acctId,
Long userId) |
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) |
org.duracloud.account.db.model.DuracloudUser |
DuracloudUserServiceImpl.loadDuracloudUserByIdInternal(Long userId) |
org.duracloud.account.db.model.DuracloudUser |
DuracloudUserServiceImpl.loadDuracloudUserByUsername(String username) |
org.duracloud.account.db.model.DuracloudUser |
DuracloudUserServiceImpl.loadDuracloudUserByUsernameInternal(String username) |
void |
RootAccountManagerServiceImpl.resetUsersPassword(Long userId) |
org.duracloud.account.db.model.UserInvitation |
DuracloudUserServiceImpl.retrievePassordChangeInvitation(String redemptionCode) |
void |
DuracloudUserServiceImpl.storeUserDetails(Long userId,
String firstName,
String lastName,
String email,
String securityQuestion,
String securityAnswer,
String allowableIPAddressRange) |
Copyright © 2009–2016 DuraSpace. All rights reserved.