@ConfigurationProperties(value="broadleaf.auth.password.token") public class PasswordTokenProperties extends Object
Constructor and Description |
---|
PasswordTokenProperties() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChars()
The character set to use when generating password tokens
|
Integer |
getLength()
The length of a generated password token
|
Duration |
getTtl()
How long a password reset token is valid for.
|
int |
hashCode() |
void |
setChars(String chars)
The character set to use when generating password tokens
|
void |
setLength(Integer length)
The length of a generated password token
|
void |
setTtl(Duration ttl)
How long a password reset token is valid for.
|
String |
toString() |
public Duration getTtl()
public String getChars()
public Integer getLength()
public void setTtl(Duration ttl)
public void setChars(String chars)
public void setLength(Integer length)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.