Class EmbeddedLoginProperties

java.lang.Object
com.broadleafcommerce.auth.user.autoconfigure.EmbeddedLoginProperties

@ConfigurationProperties(prefix="broadleaf.auth.login.embedded") public class EmbeddedLoginProperties extends Object
Author:
Nathan Moore (nathandmoore)
  • Constructor Details

    • EmbeddedLoginProperties

      public EmbeddedLoginProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Whether to enable features supporting embedded login. By default, only Universal Login is enabled. Setting this property to true will allow both.
    • setEnabled

      public void setEnabled(boolean enabled)
      Whether to enable features supporting embedded login. By default, only Universal Login is enabled. Setting this property to true will allow both.