Class PasswordTokenProperties
java.lang.Object
com.broadleafcommerce.auth.user.validation.autoconfigure.PasswordTokenProperties
@ConfigurationProperties("broadleaf.auth.password.token")
public class PasswordTokenProperties
extends Object
- Author:
 - Phillip Verheyden (phillipuniverse)
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetChars()The character set to use when generating password tokensThe length of a generated password tokengetTtl()How long a password reset token is valid for.inthashCode()voidThe character set to use when generating password tokensvoidThe length of a generated password tokenvoidHow long a password reset token is valid for.toString() 
- 
Constructor Details
- 
PasswordTokenProperties
public PasswordTokenProperties() 
 - 
 - 
Method Details
- 
getTtl
How long a password reset token is valid for. A negative or 0 value indicates that once a password token is generated it is valid forever (no expiration) - 
getChars
The character set to use when generating password tokens - 
getLength
The length of a generated password token - 
setTtl
How long a password reset token is valid for. A negative or 0 value indicates that once a password token is generated it is valid forever (no expiration) - 
setChars
The character set to use when generating password tokens - 
setLength
The length of a generated password token - 
equals
 - 
canEqual
 - 
hashCode
public int hashCode() - 
toString
 
 -