public final class OAuth2ClientCredentialsAuthenticationConverter
extends java.lang.Object
implements org.springframework.security.web.authentication.AuthenticationConverter
HttpServletRequest for the OAuth 2.0 Client Credentials Grant
and then converts it to an OAuth2ClientCredentialsAuthenticationToken used for authenticating the authorization grant.AuthenticationConverter,
OAuth2ClientCredentialsAuthenticationToken,
OAuth2TokenEndpointFilter| Constructor and Description |
|---|
OAuth2ClientCredentialsAuthenticationConverter() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
convert(javax.servlet.http.HttpServletRequest request) |