Class EmbeddedLoginProperties


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

      • EmbeddedLoginProperties

        public EmbeddedLoginProperties()
    • Method Detail

      • 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.