Package org.keycloak.services.x509
Class ApacheProxySslClientCertificateLookupFactory
- java.lang.Object
- 
- org.keycloak.services.x509.AbstractClientCertificateFromHttpHeadersLookupFactory
- 
- org.keycloak.services.x509.ApacheProxySslClientCertificateLookupFactory
 
 
- 
- All Implemented Interfaces:
- ProviderFactory<X509ClientCertificateLookup>,- X509ClientCertificateLookupFactory
 
 public class ApacheProxySslClientCertificateLookupFactory extends AbstractClientCertificateFromHttpHeadersLookupFactory - Since:
- 4/4/2017
- Version:
- $Revision: 1 $
- Author:
- Peter Nalyvayko
 
- 
- 
Field Summary- 
Fields inherited from class org.keycloak.services.x509.AbstractClientCertificateFromHttpHeadersLookupFactoryCERTIFICATE_CHAIN_LENGTH, certificateChainLength, HTTP_HEADER_CERT_CHAIN_PREFIX, HTTP_HEADER_CLIENT_CERT, sslChainHttpHeaderPrefix, sslClientCertHttpHeader
 
- 
 - 
Constructor SummaryConstructors Constructor Description ApacheProxySslClientCertificateLookupFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description X509ClientCertificateLookupcreate(KeycloakSession session)StringgetId()- 
Methods inherited from class org.keycloak.services.x509.AbstractClientCertificateFromHttpHeadersLookupFactoryclose, init, postInit
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.provider.ProviderFactorygetConfigMetadata, order
 
- 
 
- 
- 
- 
Method Detail- 
createpublic X509ClientCertificateLookup create(KeycloakSession session) 
 - 
getIdpublic String getId() 
 
- 
 
-