emiliosetiadarma commented on code in PR #6931:
URL: https://github.com/apache/nifi/pull/6931#discussion_r1100670276


##########
nifi-registry/nifi-registry-core/nifi-registry-properties/src/main/java/org/apache/nifi/registry/properties/NiFiRegistryProperties.java:
##########
@@ -479,4 +483,25 @@ public String getOidcClaimIdentifyingUser() {
         return getProperty(SECURITY_USER_OIDC_CLAIM_IDENTIFYING_USER, 
"email").trim();
     }
 
+    /**
+     * Returns the network interface list to use for HTTPS. This method 
returns a mapping of
+     * network interface property names to network interface names.
+     *
+     * @return the property name and network interface name of all HTTPS 
network interfaces
+     */
+    public Map<String, String> getHttpsNetworkInterfaces() {

Review Comment:
   Will simplify



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

Reply via email to