java.lang.Object
org.springframework.security.oauth2.server.authorization.oidc.web.authentication.OidcLogoutAuthenticationConverter
All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationConverter

public final class OidcLogoutAuthenticationConverter extends Object implements org.springframework.security.web.authentication.AuthenticationConverter
Attempts to extract an OpenID Connect 1.0 RP-Initiated Logout Request from HttpServletRequest and then converts to an OidcLogoutAuthenticationToken used for authenticating the request.
Since:
1.1
See Also:
  • Constructor Details

    • OidcLogoutAuthenticationConverter

      public OidcLogoutAuthenticationConverter()
  • Method Details

    • convert

      public org.springframework.security.core.Authentication convert(jakarta.servlet.http.HttpServletRequest request)
      Specified by:
      convert in interface org.springframework.security.web.authentication.AuthenticationConverter