public static interface

UserUtil.PasswordResetToken

com.atlassian.jira.user.util.UserUtil.PasswordResetToken

Summary

Public Methods
int getExpiryHours()
long getExpiryTime()
String getToken()
User getUser()

Public Methods

public int getExpiryHours ()

Returns
  • how long before the token expires, in hours

public long getExpiryTime ()

Returns
  • the time in UTC milliseconds at which the token will expire

public String getToken ()

Returns
  • the unique token that will be associated with a user

public User getUser ()

Returns
  • the user that the password reset token is associated with