Class DPoPAuthenticationConverter
java.lang.Object
org.springframework.security.oauth2.server.resource.web.authentication.DPoPAuthenticationConverter
- All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationConverter
public final class DPoPAuthenticationConverter
extends Object
implements org.springframework.security.web.authentication.AuthenticationConverter
Attempts to extract a DPoP-bound access token from
HttpServletRequest and then
converts it to a DPoPAuthenticationToken used for authenticating the
DPoP-protected resource request.- Since:
- 7.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable org.springframework.security.core.Authenticationconvert(jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
DPoPAuthenticationConverter
public DPoPAuthenticationConverter()
-
-
Method Details
-
convert
public @Nullable org.springframework.security.core.Authentication convert(jakarta.servlet.http.HttpServletRequest request) - Specified by:
convertin interfaceorg.springframework.security.web.authentication.AuthenticationConverter
-