Class OAuth2TokenExchangeAuthenticationConverter
java.lang.Object
org.springframework.security.oauth2.server.authorization.web.authentication.OAuth2TokenExchangeAuthenticationConverter
- All Implemented Interfaces:
AuthenticationConverter
public final class OAuth2TokenExchangeAuthenticationConverter
extends Object
implements AuthenticationConverter
Attempts to extract an Access Token Request from
HttpServletRequest for the
OAuth 2.0 Token Exchange Grant and then converts it to an
OAuth2TokenExchangeAuthenticationToken used for authenticating the
authorization grant.- Since:
- 7.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OAuth2TokenExchangeAuthenticationConverter
public OAuth2TokenExchangeAuthenticationConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceAuthenticationConverter
-