public class DnUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
private static Pattern |
proxyChainPattern |
| Constructor and Description |
|---|
DnUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
formatProxyDn(String dn)
Formats the specified DN to be set as a HTTP header using well known
conventions.
|
static String |
getXProxiedEntitiesChain(javax.servlet.http.HttpServletRequest request)
Gets the X-ProxiedEntitiesChain from the specified request.
|
static Deque<String> |
tokenizeProxyChain(String rawProxyChain)
Tokenizes the specified proxy chain.
|
private static final Pattern proxyChainPattern
public static String getXProxiedEntitiesChain(javax.servlet.http.HttpServletRequest request)
request - public static String formatProxyDn(String dn)
dn - Copyright © 2015 Apache NiFi (incubating). All rights reserved.