Uses of Interface
org.keycloak.services.x509.X509ClientCertificateLookupFactory
- 
Packages that use X509ClientCertificateLookupFactory Package Description org.keycloak.services.x509 
- 
- 
Uses of X509ClientCertificateLookupFactory in org.keycloak.services.x509Classes in org.keycloak.services.x509 that implement X509ClientCertificateLookupFactory Modifier and Type Class Description classAbstractClientCertificateFromHttpHeadersLookupFactoryclassApacheProxySslClientCertificateLookupFactoryclassDefaultClientCertificateLookupFactoryThe factory and the corresponding providers extract a client certificate and the certificate chain (if any) from the incoming TLS connection.classHaProxySslClientCertificateLookupFactoryclassNginxProxySslClientCertificateLookupFactoryThe factory and the corresponding providers extract a client certificate from a NGINX reverse proxy (TLS termination).
 
-