Class UserLoginProperties

java.lang.Object
com.broadleafcommerce.auth.security.environment.UserLoginProperties

@ConfigurationProperties("broadleaf.auth.controller") public class UserLoginProperties extends Object
Properties for authentication controllers
Author:
Jay Aisenbrey (cja769)
  • Constructor Details

    • UserLoginProperties

      public UserLoginProperties()
  • Method Details

    • isAutoLoginAfterRegistration

      public boolean isAutoLoginAfterRegistration()
      Whether the user should be automatically logged in after registration
    • setAutoLoginAfterRegistration

      public void setAutoLoginAfterRegistration(boolean autoLoginAfterRegistration)
      Whether the user should be automatically logged in after registration
    • isAutoLoginAfterPasswordReset

      public boolean isAutoLoginAfterPasswordReset()
      Whether the user should be automatically logged in after resetting their password
    • setAutoLoginAfterPasswordReset

      public void setAutoLoginAfterPasswordReset(boolean autoLoginAfterPasswordReset)
      Whether the user should be automatically logged in after resetting their password