Class ClusterAuthenticationResult


  • public class ClusterAuthenticationResult
    extends Object
    The result of a node trying to authenticate to join the cluster.
    Since:
    7.17.3
    • Constructor Detail

      • ClusterAuthenticationResult

        public ClusterAuthenticationResult​(boolean successful,
                                           @Nonnull
                                           String message)
      • ClusterAuthenticationResult

        public ClusterAuthenticationResult​(boolean successful)
    • Method Detail

      • isSuccessful

        public boolean isSuccessful()
      • getMessage

        @Nonnull
        public String getMessage()