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

Enclosing interface:
UserUtil

public static interface UserUtil.PasswordResetToken


Method Summary
 int getExpiryHours()
           
 long getExpiryTime()
           
 String getToken()
           
 com.atlassian.crowd.embedded.api.User getUser()
           
 

Method Detail

getUser

com.atlassian.crowd.embedded.api.User 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


Copyright © 2002-2014 Atlassian. All Rights Reserved.