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