java.lang.Object
com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator.ClusterAuthenticationResult

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

    • ClusterAuthenticationResult

      public ClusterAuthenticationResult(boolean successful, @NonNull String message)
    • ClusterAuthenticationResult

      public ClusterAuthenticationResult(boolean successful)
  • Method Details

    • isSuccessful

      public boolean isSuccessful()
    • getMessage

      public @NonNull String getMessage()
    • toString

      public String toString()
      Overrides:
      toString in class Object