Class UserLoginProperties


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

      • UserLoginProperties

        public UserLoginProperties()
    • Method Detail

      • 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