Class DPoPAuthenticationProvider

java.lang.Object
org.springframework.security.oauth2.server.resource.authentication.DPoPAuthenticationProvider
All Implemented Interfaces:
AuthenticationProvider

public final class DPoPAuthenticationProvider extends Object implements AuthenticationProvider
An AuthenticationProvider implementation that is responsible for authenticating a DPoP-bound access token for a protected resource request.
Since:
6.5
See Also:
  • Constructor Details

    • DPoPAuthenticationProvider

      public DPoPAuthenticationProvider(AuthenticationManager tokenAuthenticationManager)
      Constructs a DPoPAuthenticationProvider using the provided parameters.
      Parameters:
      tokenAuthenticationManager - the AuthenticationManager used to authenticate the DPoP-bound access token
  • Method Details