Package org.springframework.security.web.server.authentication.logout
package org.springframework.security.web.server.authentication.logout
- 
ClassDescriptionDelegates to a collection ofServerLogoutHandlerimplementations.AServerLogoutHandlerimplementation which writes HTTP headers during logout.Implementation of theServerLogoutSuccessHandler.If the request matches, logs an authenticated user out by delegating to aServerLogoutHandler.Performs a redirect on log out success.AServerLogoutHandlerwhich removes the SecurityContext using the providedServerSecurityContextRepositoryHandles log outStrategy for when log out was successfully performed (typically afterServerLogoutHandleris invoked).AServerLogoutHandlerwhich invalidates the activeWebSession.