Package org.apache.nifi.action
Class StandardFlowActionReporterConfigurationContext
java.lang.Object
org.apache.nifi.action.StandardFlowActionReporterConfigurationContext
- All Implemented Interfaces:
FlowActionReporterConfigurationContext
public class StandardFlowActionReporterConfigurationContext
extends Object
implements FlowActionReporterConfigurationContext
A context object that provides the configuration for a FlowActionReporter.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStandardFlowActionReporterConfigurationContext(SSLContext sslContext, X509TrustManager trustManager) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
sslContext
-
trustManager
-
-
Constructor Details
-
StandardFlowActionReporterConfigurationContext
public StandardFlowActionReporterConfigurationContext(SSLContext sslContext, X509TrustManager trustManager)
-
-
Method Details
-
getSSLContext
- Specified by:
getSSLContextin interfaceFlowActionReporterConfigurationContext
-
getTrustManager
- Specified by:
getTrustManagerin interfaceFlowActionReporterConfigurationContext
-