public interface CustomerForgotPasswordSecurityToken
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getCreateDate()
Date the token was created
|
java.lang.Long |
getCustomerId()
Id associated with this forgot password token.
|
java.lang.String |
getToken()
Returns the security token.
|
java.util.Date |
getTokenUsedDate()
Date the token was used to reset the password.
|
boolean |
isTokenUsedFlag()
Returns true if the token has already been used.
|
void |
setCreateDate(java.util.Date date)
Set the generation date for the token.
|
void |
setCustomerId(java.lang.Long customerId)
Id associated with this forgot password token.
|
void |
setToken(java.lang.String token)
Sets the security token.
|
void |
setTokenUsedDate(java.util.Date date)
Set the date the token was used to reset the password.
|
void |
setTokenUsedFlag(boolean tokenUsed)
Sets the token used flag.
|
java.lang.String getToken()
void setToken(java.lang.String token)
java.util.Date getCreateDate()
void setCreateDate(java.util.Date date)
java.util.Date getTokenUsedDate()
void setTokenUsedDate(java.util.Date date)
java.lang.Long getCustomerId()
void setCustomerId(java.lang.Long customerId)
boolean isTokenUsedFlag()
void setTokenUsedFlag(boolean tokenUsed)
Copyright © 2018. All Rights Reserved.