Class EmbeddedLoginAuthenticationConfigurer
java.lang.Object
com.broadleafcommerce.auth.user.autoconfigure.EmbeddedLoginAuthenticationConfigurer
Responsible for adding the
EmbeddedLoginAuthenticationFilter
to the authentication
security filter chain in SecurityAutoConfiguration
.-
Constructor Summary
ConstructorDescriptionEmbeddedLoginAuthenticationConfigurer
(EmbeddedLoginAuthenticationFilter embeddedLoginAuthenticationFilter) -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(org.springframework.security.config.annotation.web.builders.HttpSecurity http) protected EmbeddedLoginAuthenticationFilter
-
Constructor Details
-
EmbeddedLoginAuthenticationConfigurer
public EmbeddedLoginAuthenticationConfigurer(EmbeddedLoginAuthenticationFilter embeddedLoginAuthenticationFilter)
-
-
Method Details
-
configure
public void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) -
getEmbeddedLoginAuthenticationFilter
-