public class UpdateExpiredPasswordAction extends Object
| Constructor and Description |
|---|
UpdateExpiredPasswordAction() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.jdbc.core.JdbcTemplate |
getJdbcTemplate() |
long |
getUpdateUserId(String username) |
void |
setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate inJdbcTemplate) |
String |
update(org.springframework.webflow.execution.RequestContext rc,
Passwords passwords,
org.jasig.cas.authentication.principal.UsernamePasswordCredentials inCredentials) |
void |
updateExpirationDate(long id) |
void |
updateExpiredPassword(String encodedNewPassword,
long id) |
public org.springframework.jdbc.core.JdbcTemplate getJdbcTemplate()
public void setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate inJdbcTemplate)
public long getUpdateUserId(String username)
public void updateExpiredPassword(String encodedNewPassword, long id)
public void updateExpirationDate(long id)
Copyright © 2012–2016 Emory University. All rights reserved.