Package org.apache.nifi.registry.flow
Class StandardFlowRegistryClientConfigurationContext
java.lang.Object
org.apache.nifi.controller.service.StandardPropertyContext
org.apache.nifi.registry.flow.StandardFlowRegistryClientConfigurationContext
- All Implemented Interfaces:
org.apache.nifi.context.PropertyContext,FlowRegistryClientConfigurationContext
public class StandardFlowRegistryClientConfigurationContext
extends StandardPropertyContext
implements FlowRegistryClientConfigurationContext
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStandardFlowRegistryClientConfigurationContext(String niFiUserIdentity, Map<PropertyDescriptor, String> propertyValues, FlowRegistryClientNode componentNode, ControllerServiceLookup controllerServiceLookup) -
Method Summary
Methods inherited from class org.apache.nifi.controller.service.StandardPropertyContext
getAllProperties, getPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.nifi.context.PropertyContext
getAllProperties, getProperty
-
Field Details
-
niFiUserIdentity
-
-
Constructor Details
-
StandardFlowRegistryClientConfigurationContext
public StandardFlowRegistryClientConfigurationContext(String niFiUserIdentity, Map<PropertyDescriptor, String> propertyValues, FlowRegistryClientNode componentNode, ControllerServiceLookup controllerServiceLookup)
-
-
Method Details
-
getNiFiUserIdentity
- Specified by:
getNiFiUserIdentityin interfaceFlowRegistryClientConfigurationContext
-