Package org.apache.nifi.flowanalysis
Class SensitiveDynamicPropertiesFlowAnalysisRule
java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.flowanalysis.AbstractFlowAnalysisRule
org.apache.nifi.flowanalysis.SensitiveDynamicPropertiesFlowAnalysisRule
- All Implemented Interfaces:
org.apache.nifi.components.ConfigurableComponent,org.apache.nifi.flowanalysis.FlowAnalysisRule
@SupportsSensitiveDynamicProperties
public class SensitiveDynamicPropertiesFlowAnalysisRule
extends org.apache.nifi.flowanalysis.AbstractFlowAnalysisRule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.nifi.components.PropertyDescriptorgetSupportedDynamicPropertyDescriptor(String propertyName) Methods inherited from class org.apache.nifi.flowanalysis.AbstractFlowAnalysisRule
getIdentifier, getLogger, initialize, toStringMethods inherited from class org.apache.nifi.components.AbstractConfigurableComponent
customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedPropertyDescriptors, hashCode, onPropertyModified, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.nifi.components.ConfigurableComponent
getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validateMethods inherited from interface org.apache.nifi.flowanalysis.FlowAnalysisRule
analyzeComponent, analyzeProcessGroup
-
Constructor Details
-
SensitiveDynamicPropertiesFlowAnalysisRule
public SensitiveDynamicPropertiesFlowAnalysisRule()
-
-
Method Details
-
getSupportedDynamicPropertyDescriptor
protected org.apache.nifi.components.PropertyDescriptor getSupportedDynamicPropertyDescriptor(String propertyName) - Overrides:
getSupportedDynamicPropertyDescriptorin classorg.apache.nifi.components.AbstractConfigurableComponent
-