You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Emilio Setiadarma (Jira)" <ji...@apache.org> on 2022/06/07 21:43:00 UTC

[jira] [Created] (NIFI-10104) Refactor use of PropertyEncryptor

Emilio Setiadarma created NIFI-10104:
----------------------------------------

             Summary: Refactor use of PropertyEncryptor 
                 Key: NIFI-10104
                 URL: https://issues.apache.org/jira/browse/NIFI-10104
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Emilio Setiadarma
            Assignee: Emilio Setiadarma


A lot of classes in the NiFi framework use `PropertyEncryptor` and a sometimes there is a lot of these `PropertyEncryptors present. One example is XmlFlowSynchronizer. It has a `PropertyEncryptor` variable in the class, and the `sync` function takes in a `FlowController` which has a `PropertyEncryptor`, and the function itself takes a `PropertyEncryptor.` This issue aims to provide a clean up effort.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)