exceptionfactory commented on pull request #4508:
URL: https://github.com/apache/nifi/pull/4508#issuecomment-744524769


   @mark-weghorst Thanks for responding to comments and making updates.  
Regarding the dependsOn properties, the current version of the Developer Guide 
has some helpful documentation under [Validating Processor 
Properties.](https://github.com/apache/nifi/blob/d773521ee01f3a34fdd21365a86c8de7b82077a6/nifi-docs/src/main/asciidoc/developer-guide.adoc#validating-processor-properties).
  Following the example described, the `Username` and `Password` properties 
described could include a `dependsOn(PROP_AUTHENTICATION_TYPE, "BASIC")` 
builder method which would make them dependent on selecting `BASIC` as the 
Authentication Type property.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to