public class ResetForgotPasswordAction extends Object
| Constructor and Description |
|---|
ResetForgotPasswordAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstName(String username) |
org.springframework.jdbc.core.JdbcTemplate |
getJdbcTemplate() |
String |
getLastName(String username) |
long |
getResetUserId(String username) |
boolean |
isUsernameExist(String username) |
String |
reset(org.springframework.webflow.execution.RequestContext rc,
Email email) |
void |
resetExpirationDate(long id) |
void |
resetForgotPassword(String encodedRandomPassword,
long id) |
void |
setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate inJdbcTemplate) |
public org.springframework.jdbc.core.JdbcTemplate getJdbcTemplate()
public void setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate inJdbcTemplate)
public boolean isUsernameExist(String username)
public long getResetUserId(String username)
public void resetForgotPassword(String encodedRandomPassword, long id)
public void resetExpirationDate(long id)
Copyright © 2012–2018 Emory University. All rights reserved.