Package com.atlassian.jira.user.util
Interface UserUtil.PasswordResetToken
- Enclosing interface:
- UserUtil
public static interface UserUtil.PasswordResetToken
-
Method Details
-
getUser
ApplicationUser getUser()- Returns:
- the user that the password reset token is associated with
-
getToken
String getToken()- Returns:
- the unique token that will be associated with a user
-
getExpiryHours
int getExpiryHours()- Returns:
- how long before the token expires, in hours
-
getExpiryTime
long getExpiryTime()- Returns:
- the time in UTC milliseconds at which the token will expire
-