Class OAuth2DeviceVerificationAuthenticationConverter
java.lang.Object
org.springframework.security.oauth2.server.authorization.web.authentication.OAuth2DeviceVerificationAuthenticationConverter
- All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationConverter
public final class OAuth2DeviceVerificationAuthenticationConverter
extends Object
implements org.springframework.security.web.authentication.AuthenticationConverter
Attempts to extract a user code from
HttpServletRequest
for the OAuth 2.0
Device Authorization Grant and then converts it to an
OAuth2DeviceVerificationAuthenticationToken
used for authenticating the
request.- Since:
- 1.1
- See Also:
-
AuthenticationConverter
OAuth2DeviceVerificationAuthenticationToken
OAuth2DeviceVerificationEndpointFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authentication
convert
(jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
OAuth2DeviceVerificationAuthenticationConverter
public OAuth2DeviceVerificationAuthenticationConverter()
-
-
Method Details
-
convert
public org.springframework.security.core.Authentication convert(jakarta.servlet.http.HttpServletRequest request) - Specified by:
convert
in interfaceorg.springframework.security.web.authentication.AuthenticationConverter
-