Class JwtClientAssertionAuthenticationConverter
java.lang.Object
org.springframework.security.oauth2.server.authorization.web.authentication.JwtClientAssertionAuthenticationConverter
- All Implemented Interfaces:
AuthenticationConverter
public final class JwtClientAssertionAuthenticationConverter
extends Object
implements AuthenticationConverter
Attempts to extract a JWT client assertion credential from
HttpServletRequest
and then converts to an OAuth2ClientAuthenticationToken used for authenticating
the client.- Since:
- 7.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JwtClientAssertionAuthenticationConverter
public JwtClientAssertionAuthenticationConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceAuthenticationConverter
-