@ConfigurationProperties(value="broadleaf.auth.controller") public class UserLoginProperties extends Object
| Constructor and Description |
|---|
UserLoginProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAutoLoginAfterPasswordReset()
Whether the user should be automatically logged in after resetting their password
|
boolean |
isAutoLoginAfterRegistration()
Whether the user should be automatically logged in after registration
|
void |
setAutoLoginAfterPasswordReset(boolean autoLoginAfterPasswordReset)
Whether the user should be automatically logged in after resetting their password
|
void |
setAutoLoginAfterRegistration(boolean autoLoginAfterRegistration)
Whether the user should be automatically logged in after registration
|
public boolean isAutoLoginAfterRegistration()
public void setAutoLoginAfterRegistration(boolean autoLoginAfterRegistration)
public boolean isAutoLoginAfterPasswordReset()
public void setAutoLoginAfterPasswordReset(boolean autoLoginAfterPasswordReset)
Copyright © 2021. All rights reserved.