Package org.springframework.security.web.server.authentication.logout
package org.springframework.security.web.server.authentication.logout
-
ClassDescriptionDelegates to a collection of
ServerLogoutHandler
implementations.AServerLogoutHandler
implementation 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.AServerLogoutHandler
which removes the SecurityContext using the providedServerSecurityContextRepository
Handles log outStrategy for when log out was successfully performed (typically afterServerLogoutHandler
is invoked).AServerLogoutHandler
which invalidates the activeWebSession
.