public final class ClientSecretBasicAuthenticationConverter
extends java.lang.Object
implements org.springframework.security.web.authentication.AuthenticationConverter
HttpServletRequest
and then converts to an OAuth2ClientAuthenticationToken used for authenticating the client.AuthenticationConverter,
OAuth2ClientAuthenticationToken,
OAuth2ClientAuthenticationFilter| Constructor and Description |
|---|
ClientSecretBasicAuthenticationConverter() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
convert(javax.servlet.http.HttpServletRequest request) |