public abstract class AbstractClientCertificateFromHttpHeadersLookupFactory extends Object implements X509ClientCertificateLookupFactory
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CERTIFICATE_CHAIN_LENGTH |
protected int |
certificateChainLength |
protected static String |
HTTP_HEADER_CERT_CHAIN_PREFIX |
protected static String |
HTTP_HEADER_CLIENT_CERT |
protected String |
sslChainHttpHeaderPrefix |
protected String |
sslClientCertHttpHeader |
| Constructor and Description |
|---|
AbstractClientCertificateFromHttpHeadersLookupFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
init(Config.Scope config) |
void |
postInit(KeycloakSessionFactory factory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, getId, orderprotected static final String CERTIFICATE_CHAIN_LENGTH
protected static final String HTTP_HEADER_CLIENT_CERT
protected static final String HTTP_HEADER_CERT_CHAIN_PREFIX
protected String sslClientCertHttpHeader
protected String sslChainHttpHeaderPrefix
protected int certificateChainLength
public AbstractClientCertificateFromHttpHeadersLookupFactory()
public void init(Config.Scope config)
init in interface ProviderFactory<X509ClientCertificateLookup>public void postInit(KeycloakSessionFactory factory)
postInit in interface ProviderFactory<X509ClientCertificateLookup>public void close()
close in interface ProviderFactory<X509ClientCertificateLookup>Copyright © 2018 JBoss by Red Hat. All rights reserved.