public final class OAuth2AuthorizationCodeRequestAuthenticationConverter
extends java.lang.Object
implements org.springframework.security.web.authentication.AuthenticationConverter
HttpServletRequest
for the OAuth 2.0 Authorization Code Grant and then converts it to
an OAuth2AuthorizationCodeRequestAuthenticationToken used for authenticating the request.AuthenticationConverter,
OAuth2AuthorizationCodeRequestAuthenticationToken,
OAuth2AuthorizationEndpointFilter| Constructor and Description |
|---|
OAuth2AuthorizationCodeRequestAuthenticationConverter() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
convert(javax.servlet.http.HttpServletRequest request) |