Package org.springframework.security.oauth2.server.resource.web.authentication
@NullMarked
package org.springframework.security.oauth2.server.resource.web.authentication
OAuth 2.0 Resource Server web authentication converters and filters.
-
ClassesClassDescriptionImplementation of
AuthenticationConverter, that converts request toBearerTokenAuthenticationTokenAuthenticates requests that contain an OAuth 2.0 Bearer Token.Attempts to extract a DPoP-bound access token fromHttpServletRequestand then converts it to aDPoPAuthenticationTokenused for authenticating the DPoP-protected resource request.