ascherbakoff commented on a change in pull request #6796: IGNITE-12049 Allow 
custom authenticators to use SSL certificates
URL: https://github.com/apache/ignite/pull/6796#discussion_r341555588
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/configuration/IgniteConfiguration.java
 ##########
 @@ -3386,6 +3395,33 @@ public IgniteConfiguration 
setAuthenticationEnabled(boolean authEnabled) {
         return this;
     }
 
+    /**
+     * Returns {@code true} if SSL certificates transmission is enabled for 
cluster. Otherwise returns {@code false}.
+     * Default value is false; transmission is disabled.
+     *
+     * If enabled, then node attributes of node join messages will contain SSL 
certificates,
+     * with which new node trying to connect to the cluster.
+     *
+     * @return {@code true} if SSL certificates transmission is enabled for 
cluster. Otherwise returns {@code false}.
+     */
+    public boolean isSslCertsTransmissionEnabled() {
 
 Review comment:
   Shortening method names in public API is strongly discouraged by code style 
guideline.

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


With regards,
Apache Git Services

Reply via email to