Class PasswordResetTokenImpl

java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.user.PasswordResetTokenImpl
All Implemented Interfaces:
BambooIdProvider, BambooObject, PasswordResetToken, Cloneable

@Entity public class PasswordResetTokenImpl extends BambooEntityObject implements PasswordResetToken
  • Constructor Details

    • PasswordResetTokenImpl

      protected PasswordResetTokenImpl()
      Only used by Hibernate.
    • PasswordResetTokenImpl

      public PasswordResetTokenImpl(String userName)
      Creates new token and initializes it to random 50-char string and current time.
      Parameters:
      userName - login name of a user
  • Method Details