Uses of Class
com.broadleafcommerce.auth.user.web.logout.AuthenticationLogoutHandler
Package
Description
-
Uses of AuthenticationLogoutHandler 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. -
Uses of AuthenticationLogoutHandler in com.broadleafcommerce.auth.user.web.endpoint
Modifier and TypeMethodDescriptionprotected AuthenticationLogoutHandler
RegistrationFormController.getAuthenticationLogoutHandler()
ModifierConstructorDescriptionRegistrationFormController
(UserRegistrationService<User> registrationService, AuthenticationLogoutHandler authenticationLogoutHandler, AuthorizedClientService<AuthorizedClient> clientService, UserLoginProperties properties, ClientRedirectService redirectService, UserLoginService loginService, ApplicationService<Application> applicationService)