Package org.keycloak.services.x509
Interface X509ClientCertificateLookup
- 
- All Superinterfaces:
- Provider
 - All Known Implementing Classes:
- AbstractClientCertificateFromHttpHeadersLookup,- ApacheProxySslClientCertificateLookup,- DefaultClientCertificateLookup,- HaProxySslClientCertificateLookup,- NginxProxySslClientCertificateLookup,- NginxProxyTrustedClientCertificateLookup
 
 public interface X509ClientCertificateLookup extends Provider - Since:
- 3/26/2017
- Version:
- $Revision: 1 $
- Author:
- Peter Nalyvayko
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description X509Certificate[]getCertificateChain(HttpRequest httpRequest)Returns a client certificate, and optionally any certificates in the certificate chain.
 
- 
- 
- 
Method Detail- 
getCertificateChainX509Certificate[] getCertificateChain(HttpRequest httpRequest) throws GeneralSecurityException Returns a client certificate, and optionally any certificates in the certificate chain.- Returns:
- Throws:
- GeneralSecurityException
 
 
- 
 
-