Uses of Interface
com.broadleafcommerce.auth.user.autoconfigure.support.EarlyAuthenticationSecurityChainCustomizer
-
Uses of EarlyAuthenticationSecurityChainCustomizer in com.broadleafcommerce.auth.user.autoconfigure
Modifier and TypeMethodDescriptionorg.springframework.security.web.SecurityFilterChain
SecurityAutoConfiguration.AuthenticationSecurityConfiguration.authenticationSecurityFilterChain
(org.springframework.security.config.annotation.web.builders.HttpSecurity http, List<EarlyAuthenticationSecurityChainCustomizer> earlyAuthenticationSecurityCustomizers, List<LateAuthenticationSecurityChainCustomizer> lateAuthenticationSecurityCustomizers, ContentSecurityPolicyConfigurer contentSecurityPolicyConfigurer, DispatcherTypeAuthorizationConfigurer dispatcherTypeAuthorizationConfigurer, AuthorizationServerProperties authorizationServerProperties, org.springframework.security.web.savedrequest.RequestCache requestCache, AuthenticationLogoutHandler authenticationLogoutHandler, org.springframework.security.web.AuthenticationEntryPoint authenticationEntryPoint, org.springframework.security.web.authentication.session.SessionAuthenticationStrategy sessionAuthenticationStrategy, FormLoginAuthenticationFilter formLoginAuthenticationFilter, OAuth2SessionAuthenticationFilter oAuth2SessionAuthenticationFilter, VerifyRedirectCookieFilter verifyRedirectCookieFilter, ClientIdFilter clientIdFilter, DefaultOAuth2ParamFilter oauth2ParamFilter, org.springframework.security.oauth2.client.web.AuthorizationRequestRepository<org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest> authorizationRequestRepository, org.springframework.security.authentication.AuthenticationDetailsSource<jakarta.servlet.http.HttpServletRequest, ?> authenticationDetailsSource, org.springframework.security.web.authentication.AuthenticationSuccessHandler authenticationSuccessHandler, org.springframework.security.web.authentication.AuthenticationFailureHandler authenticationFailureHandler, RevokeRefreshTokenLogoutHandler revokeRefreshTokenLogoutHandler, EmbeddedLoginProperties embeddedLoginProperties, EmbeddedLoginAuthenticationConfigurer embeddedLoginAuthenticationConfigurer, org.springframework.security.web.RedirectStrategy oAuth2ClientIdForwardRedirectStrategy) This security filter chain is intentionally separate and dedicated to registering all authentication related components.