Package org.keycloak.services.x509
Interface X509ClientCertificateLookup
- All Superinterfaces:
Provider
- All Known Implementing Classes:
AbstractClientCertificateFromHttpHeadersLookup
,ApacheProxySslClientCertificateLookup
,DefaultClientCertificateLookup
,HaProxySslClientCertificateLookup
,NginxProxySslClientCertificateLookup
,NginxProxyTrustedClientCertificateLookup
- Since:
- 3/26/2017
- Version:
- $Revision: 1 $
- Author:
- Peter Nalyvayko
-
Method Summary
Modifier and TypeMethodDescriptiongetCertificateChain
(HttpRequest httpRequest) Returns a client certificate, and optionally any certificates in the certificate chain.
-
Method Details
-
getCertificateChain
Returns a client certificate, and optionally any certificates in the certificate chain.- Returns:
- Throws:
GeneralSecurityException
-