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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getChars()
The character set to use when generating password tokensThe length of a generated password tokengetTtl()
How long a password reset token is valid for.int
hashCode()
void
The character set to use when generating password tokensvoid
The length of a generated password tokenvoid
How 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
-