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 Summary
All 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
-
getCertificateChain
X509Certificate[] getCertificateChain(HttpRequest httpRequest) throws GeneralSecurityException
Returns a client certificate, and optionally any certificates in the certificate chain.- Returns:
- Throws:
GeneralSecurityException
-
-