Class SimpleUrlLogoutSuccessHandler

java.lang.Object
org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
org.springframework.security.web.authentication.logout.SimpleUrlLogoutSuccessHandler
All Implemented Interfaces:
LogoutSuccessHandler
Direct Known Subclasses:
OidcClientInitiatedLogoutSuccessHandler

public class SimpleUrlLogoutSuccessHandler extends AbstractAuthenticationTargetUrlRequestHandler implements LogoutSuccessHandler
Handles the navigation on logout by delegating to the AbstractAuthenticationTargetUrlRequestHandler base class logic.
Since:
3.0
  • Constructor Details

    • SimpleUrlLogoutSuccessHandler

      public SimpleUrlLogoutSuccessHandler()
  • Method Details