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