public interface NiFiWebRequestContext
Modifier and Type | Method and Description |
---|---|
UiExtensionType |
getExtensionType() |
String |
getId()
The id of the component.
|
String |
getProxiedEntitiesChain()
Deprecated.
|
String |
getScheme()
The request protocol scheme (http or https).
|
UiExtensionType getExtensionType()
String getScheme()
String getId()
@Deprecated String getProxiedEntitiesChain()
<CN=original-proxied-entity><CN=first-proxy><CN=second-proxy>...
Update:
This method has been deprecated since the entire proxy
chain is able to be rebuilt using the current user if necessary.Copyright © 2017 Apache NiFi Project. All rights reserved.