| Package | Description |
|---|---|
| org.apache.nifi.controller.repository.scheduling | |
| org.apache.nifi.encrypt | |
| org.apache.nifi.groups | |
| org.apache.nifi.processor |
| Modifier and Type | Field and Description |
|---|---|
private StringEncryptor |
ConnectableProcessContext.encryptor |
| Constructor and Description |
|---|
ConnectableProcessContext(Connectable connectable,
StringEncryptor encryptor,
StateManager stateManager) |
| Modifier and Type | Method and Description |
|---|---|
static StringEncryptor |
StringEncryptor.createEncryptor(NiFiProperties niFiProperties)
Deprecated.
as of NiFi 1.4.0 because the entire
NiFiProperties object is not necessary to generate the encryptor. |
static StringEncryptor |
StringEncryptor.createEncryptor(String algorithm,
String provider,
String password)
Creates an instance of the NiFi sensitive property encryptor.
|
| Modifier and Type | Field and Description |
|---|---|
private StringEncryptor |
StandardProcessGroup.encryptor |
| Constructor and Description |
|---|
StandardProcessGroup(String id,
ControllerServiceProvider serviceProvider,
ProcessScheduler scheduler,
StringEncryptor encryptor,
ExtensionManager extensionManager,
StateManagerProvider stateManagerProvider,
FlowManager flowManager,
FlowRegistryClient flowRegistryClient,
ReloadComponent reloadComponent,
MutableVariableRegistry variableRegistry,
NodeTypeProvider nodeTypeProvider) |
| Modifier and Type | Field and Description |
|---|---|
private StringEncryptor |
StandardProcessContext.encryptor |
| Constructor and Description |
|---|
StandardProcessContext(ProcessorNode processorNode,
ControllerServiceProvider controllerServiceProvider,
StringEncryptor encryptor,
StateManager stateManager,
TaskTermination taskTermination,
NodeTypeProvider nodeTypeProvider) |
Copyright © 2021 Apache NiFi Project. All rights reserved.