Class DPoPAuthenticationEntryPoint

java.lang.Object
org.springframework.security.oauth2.server.resource.web.DPoPAuthenticationEntryPoint
All Implemented Interfaces:
org.springframework.security.web.AuthenticationEntryPoint

public final class DPoPAuthenticationEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
An AuthenticationEntryPoint implementation used to commence authentication for DPoP-protected resource requests.
Since:
7.1
See Also:
  • Constructor Details

    • DPoPAuthenticationEntryPoint

      public DPoPAuthenticationEntryPoint()
  • Method Details

    • commence

      public void commence(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authenticationException)
      Specified by:
      commence in interface org.springframework.security.web.AuthenticationEntryPoint