Class OAuth2DeviceAuthorizationRequestAuthenticationConverter
java.lang.Object
org.springframework.security.oauth2.server.authorization.web.authentication.OAuth2DeviceAuthorizationRequestAuthenticationConverter
- All Implemented Interfaces:
AuthenticationConverter
public final class OAuth2DeviceAuthorizationRequestAuthenticationConverter
extends Object
implements AuthenticationConverter
Attempts to extract a Device Authorization Request from
HttpServletRequest for
the OAuth 2.0 Device Authorization Grant and then converts it to an
OAuth2DeviceAuthorizationRequestAuthenticationToken used for authenticating the
request.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OAuth2DeviceAuthorizationRequestAuthenticationConverter
public OAuth2DeviceAuthorizationRequestAuthenticationConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceAuthenticationConverter
-