Uses of Interface
org.keycloak.services.x509.X509ClientCertificateLookup
- 
Packages that use X509ClientCertificateLookup Package Description org.keycloak.services.x509 
- 
- 
Uses of X509ClientCertificateLookup in org.keycloak.services.x509Classes in org.keycloak.services.x509 that implement X509ClientCertificateLookup Modifier and Type Class Description classAbstractClientCertificateFromHttpHeadersLookupclassApacheProxySslClientCertificateLookupThe provider allows to extract X.509 client certificate forwarded to keycloak configured behind the Apache reverse proxy.classDefaultClientCertificateLookupThe provider retrieves a client certificate and the certificate chain (if any) from the incoming TLS connection.classHaProxySslClientCertificateLookupThe provider allows to extract X.509 client certificate forwarded to the keycloak middleware configured behind the haproxy reverse proxy.classNginxProxySslClientCertificateLookupThe NGINX Provider extract end user X.509 certificate send during TLS mutual authentication, and forwarded in an http header.classNginxProxyTrustedClientCertificateLookupThe NGINX Trusted Provider verify extract end user X.509 certificate sent during TLS mutual authentication, verifies it against provided CA the and forwarded in an HTTP header along with a new header ssl-client-verify: SUCCESS.Methods in org.keycloak.services.x509 that return X509ClientCertificateLookup Modifier and Type Method Description X509ClientCertificateLookupApacheProxySslClientCertificateLookupFactory. create(KeycloakSession session)X509ClientCertificateLookupDefaultClientCertificateLookupFactory. create(KeycloakSession session)X509ClientCertificateLookupHaProxySslClientCertificateLookupFactory. create(KeycloakSession session)X509ClientCertificateLookupNginxProxySslClientCertificateLookupFactory. create(KeycloakSession session)
 
-