emiliosetiadarma commented on a change in pull request #5202:
URL: https://github.com/apache/nifi/pull/5202#discussion_r667180537
##########
File path:
nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/SensitivePropertyProvider.java
##########
@@ -56,4 +56,11 @@
* @return the raw value to be used by the application
*/
String unprotect(String protectedValue) throws
SensitivePropertyProtectionException;
+
+ /**
+ * Closes any clients that may have been opened by the SPP and releases
+ * any resources possibly used by any SPP implementation
+ * Note: If there is nothing to be done, then this function is a no-op
+ */
+ void close();
Review comment:
I think cleanUp would be good as well, going to make the change
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]