T - The ApplicationProperties typepublic interface ProtectedProperties<T extends ApplicationProperties>
| Modifier and Type | Method and Description |
|---|---|
T |
createApplicationProperties(Properties rawProperties)
Create a new ApplicationProperties object of the generic type.
|
String |
getAdditionalSensitivePropertiesKeys()
Additional sensitive properties keys
|
String |
getAdditionalSensitivePropertiesKeysName()
Returns the name of the property that specifies the additional sensitive properties keys
|
T |
getApplicationProperties()
Returns the application properties.
|
List<String> |
getDefaultSensitiveProperties()
Additional sensitive properties keys
|
String getAdditionalSensitivePropertiesKeys()
String getAdditionalSensitivePropertiesKeysName()
List<String> getDefaultSensitiveProperties()
T getApplicationProperties()
T createApplicationProperties(Properties rawProperties)
rawProperties - Plain old propertiesCopyright © 2023 Apache NiFi Project. All rights reserved.