Package | Description |
---|---|
org.keycloak.services.x509 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientCertificateFromHttpHeadersLookup |
class |
ApacheProxySslClientCertificateLookup
The provider allows to extract X.509 client certificate forwarded
to keycloak configured behind the Apache reverse proxy.
|
class |
DefaultClientCertificateLookup
The provider retrieves a client certificate and the certificate chain
(if any) from the incoming TLS connection.
|
class |
HaProxySslClientCertificateLookup
The provider allows to extract X.509 client certificate forwarded
to the keycloak middleware configured behind the haproxy reverse proxy.
|
class |
NginxProxySslClientCertificateLookup
The NGINX Provider extract end user X.509 certificate send during TLS mutual authentication,
and forwarded in an http header.
|
Modifier and Type | Method and Description |
---|---|
X509ClientCertificateLookup |
NginxProxySslClientCertificateLookupFactory.create(KeycloakSession session) |
X509ClientCertificateLookup |
HaProxySslClientCertificateLookupFactory.create(KeycloakSession session) |
X509ClientCertificateLookup |
DefaultClientCertificateLookupFactory.create(KeycloakSession session) |
X509ClientCertificateLookup |
ApacheProxySslClientCertificateLookupFactory.create(KeycloakSession session) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.