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