Class ClusterAuthenticationResult
- 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 Summary
Constructors Constructor Description ClusterAuthenticationResult(boolean successful)
ClusterAuthenticationResult(boolean successful, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
boolean
isSuccessful()
String
toString()
-
-
-
Constructor Detail
-
ClusterAuthenticationResult
public ClusterAuthenticationResult(boolean successful, @Nonnull String message)
-
ClusterAuthenticationResult
public ClusterAuthenticationResult(boolean successful)
-
-