@ConfigurationProperties(value="broadleaf.auth.registration") public class AuthRegistrationProperties extends Object
Constructor and Description |
---|
AuthRegistrationProperties() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isEmailAsUsername()
Indicates that the registered user's username should always be set from their email.
|
boolean |
isRequirePasswordConfirmationField()
Whether the registration form requires that there be a password confirmation field where the
user has to re-enter their password.
|
void |
setEmailAsUsername(boolean emailAsUsername)
Indicates that the registered user's username should always be set from their email.
|
void |
setRequirePasswordConfirmationField(boolean requirePasswordConfirmationField)
Whether the registration form requires that there be a password confirmation field where the
user has to re-enter their password.
|
String |
toString() |
public boolean isEmailAsUsername()
public boolean isRequirePasswordConfirmationField()
public void setEmailAsUsername(boolean emailAsUsername)
public void setRequirePasswordConfirmationField(boolean requirePasswordConfirmationField)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.