@Deprecated public class HttpServletRequestContextConfig extends Object implements NiFiWebContextConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
CLIENT_ID_PARAM
Deprecated.
|
static String |
PROCESSOR_ID_PARAM
Deprecated.
|
private javax.servlet.http.HttpServletRequest |
request
Deprecated.
|
static String |
REVISION_PARAM
Deprecated.
|
| Constructor and Description |
|---|
HttpServletRequestContextConfig(javax.servlet.http.HttpServletRequest request)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
private X509Certificate |
extractClientCertificate(javax.servlet.http.HttpServletRequest request)
Deprecated.
Utility methods that have been copied into this class to reduce the
dependency footprint of this artifact.
|
private String |
extractPrincipal(X509Certificate cert)
Deprecated.
|
private String |
formatProxyDn(String dn)
Deprecated.
|
String |
getProcessorId()
Deprecated.
|
String |
getProxiedEntitiesChain()
Deprecated.
|
Revision |
getRevision()
Deprecated.
|
String |
getScheme()
Deprecated.
|
public static final String PROCESSOR_ID_PARAM
public static final String CLIENT_ID_PARAM
public static final String REVISION_PARAM
private final javax.servlet.http.HttpServletRequest request
public HttpServletRequestContextConfig(javax.servlet.http.HttpServletRequest request)
public String getProxiedEntitiesChain()
getProxiedEntitiesChain in interface NiFiWebContextConfigpublic String getScheme()
getScheme in interface NiFiWebContextConfigpublic String getProcessorId()
getProcessorId in interface NiFiWebContextConfigpublic Revision getRevision()
getRevision in interface NiFiWebContextConfigprivate X509Certificate extractClientCertificate(javax.servlet.http.HttpServletRequest request)
private String extractPrincipal(X509Certificate cert)
Copyright © 2016 Apache NiFi Project. All rights reserved.