Package org.keycloak.services.x509
Class DefaultClientCertificateLookup
java.lang.Object
org.keycloak.services.x509.DefaultClientCertificateLookup
- All Implemented Interfaces:
Provider
,X509ClientCertificateLookup
The provider retrieves a client certificate and the certificate chain
(if any) from the incoming TLS connection.
- Since:
- 3/26/2017
- Version:
- $Revision: 1 $
- Author:
- Peter Nalyvayko
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
getCertificateChain
(HttpRequest httpRequest) Returns a client certificate, and optionally any certificates in the certificate chain.
-
Constructor Details
-
DefaultClientCertificateLookup
public DefaultClientCertificateLookup()
-
-
Method Details
-
close
public void close() -
getCertificateChain
Description copied from interface:X509ClientCertificateLookup
Returns a client certificate, and optionally any certificates in the certificate chain.- Specified by:
getCertificateChain
in interfaceX509ClientCertificateLookup
- Returns:
-