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()
This is called when the server shuts down.
|
void |
init(Config.Scope config)
Only called once when the factory is first created.
|
void |
postInit(KeycloakSessionFactory factory)
Called after all provider factories have been initialized
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, getId, order
protected 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)
ProviderFactory
init
in interface ProviderFactory<X509ClientCertificateLookup>
public void postInit(KeycloakSessionFactory factory)
ProviderFactory
postInit
in interface ProviderFactory<X509ClientCertificateLookup>
public void close()
ProviderFactory
close
in interface ProviderFactory<X509ClientCertificateLookup>
Copyright © 2021 JBoss by Red Hat. All rights reserved.