Class EmbeddedLoginProperties
java.lang.Object
com.broadleafcommerce.auth.authorization.security.embedded.autoconfigure.EmbeddedLoginProperties
@ConfigurationProperties(prefix="broadleaf.auth.login.embedded")
public class EmbeddedLoginProperties
extends Object
- Author:
- Nathan Moore (nathandmoore)
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPaths()
boolean
Whether to enable features supporting embedded login.void
setEnabled
(boolean enabled) Whether to enable features supporting embedded login.void
-
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. -
getPaths
-
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. -
setPaths
-