Package org.apache.nifi.cs.tests.system
Class SensitiveDynamicPropertiesService
java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.controller.AbstractControllerService
org.apache.nifi.cs.tests.system.SensitiveDynamicPropertiesService
- All Implemented Interfaces:
ConfigurableComponent,ControllerService
@SupportsSensitiveDynamicProperties
public class SensitiveDynamicPropertiesService
extends AbstractControllerService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PropertyDescriptorgetSupportedDynamicPropertyDescriptor(String propertyName) Methods inherited from class org.apache.nifi.controller.AbstractControllerService
abstractClearConfigContext, abstractStoreConfigContext, disabled, enabled, getConfigurationContext, getControllerServiceLookup, getIdentifier, getLogger, getNodeTypeProvider, getProperty, getStateManager, init, initialize, isEnabledMethods inherited from class org.apache.nifi.components.AbstractConfigurableComponent
customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedPropertyDescriptors, hashCode, onPropertyModified, toString, 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.controller.ControllerService
isStateful, migrateProperties
-
Constructor Details
-
SensitiveDynamicPropertiesService
public SensitiveDynamicPropertiesService()
-
-
Method Details
-
getSupportedDynamicPropertyDescriptor
- Overrides:
getSupportedDynamicPropertyDescriptorin classAbstractConfigurableComponent
-