|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomerForgotPasswordSecurityToken
| Method Summary | |
|---|---|
Date |
getCreateDate()
Date the token was created |
Long |
getCustomerId()
Id associated with this forgot password token. |
String |
getToken()
Returns the security token. |
Date |
getTokenUsedDate()
Date the token was used to reset the password. |
boolean |
isTokenUsedFlag()
Returns true if the token has already been used. |
void |
setCreateDate(Date date)
Set the generation date for the token. |
void |
setCustomerId(Long customerId)
Id associated with this forgot password token. |
void |
setToken(String token)
Sets the security token. |
void |
setTokenUsedDate(Date date)
Set the date the token was used to reset the password. |
void |
setTokenUsedFlag(boolean tokenUsed)
Sets the token used flag. |
| Method Detail |
|---|
String getToken()
void setToken(String token)
Date getCreateDate()
void setCreateDate(Date date)
Date getTokenUsedDate()
void setTokenUsedDate(Date date)
Long getCustomerId()
void setCustomerId(Long customerId)
boolean isTokenUsedFlag()
void setTokenUsedFlag(boolean tokenUsed)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||