@Entity public class PasswordResetToken extends UserToken
| Constructor and Description |
|---|
PasswordResetToken()
Default constructor
|
PasswordResetToken(User user)
Constructor that uses the default expiration time.
|
PasswordResetToken(User user,
int expirationInMinutes)
Constructor that uses the passed values
|
equals, getUser, hashCodeexpiresWithin, getExpirationDate, getTokengetCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toStringpublic PasswordResetToken()
public PasswordResetToken(User user)
public PasswordResetToken(User user, int expirationInMinutes)
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.