public class PasswordResetResource extends Object
| Constructor and Description |
|---|
PasswordResetResource(LocalUserDao inLocalUserDao,
EmailSender inEmailSender,
I2b2Client inClient,
PasswordGenerator inPasswordGenerator,
ServiceProperties inProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
resetPassword(String inUsername)
Reset the given user's password.
|
@Inject public PasswordResetResource(LocalUserDao inLocalUserDao, EmailSender inEmailSender, I2b2Client inClient, PasswordGenerator inPasswordGenerator, ServiceProperties inProperties)
public void resetPassword(String inUsername)
inUsername - The username for the user whose password should be
reset.org.eurekaclinical.standardapis.exception.HttpStatusException - if the password can not be reset properly.Copyright © 2012–2016 Emory University. All rights reserved.