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.x509
Classes in org.keycloak.services.x509 that implement X509ClientCertificateLookupFactory Modifier and Type Class Description class
AbstractClientCertificateFromHttpHeadersLookupFactory
class
ApacheProxySslClientCertificateLookupFactory
class
DefaultClientCertificateLookupFactory
The factory and the corresponding providers extract a client certificate and the certificate chain (if any) from the incoming TLS connection.class
HaProxySslClientCertificateLookupFactory
class
NginxProxySslClientCertificateLookupFactory
The factory and the corresponding providers extract a client certificate from a NGINX reverse proxy (TLS termination).
-