public class ClusterAuthenticationResult extends Object
| Constructor and Description |
|---|
ClusterAuthenticationResult(boolean successful) |
ClusterAuthenticationResult(boolean successful,
String message) |
ClusterAuthenticationResult(boolean successful,
String message,
IOException exception) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException() |
String |
getMessage() |
boolean |
isSuccessful() |
boolean |
isTimeout() |
String |
toString() |
public ClusterAuthenticationResult(boolean successful,
String message,
IOException exception)
public ClusterAuthenticationResult(boolean successful,
String message)
public ClusterAuthenticationResult(boolean successful)
Copyright © 2002-2023 Atlassian. All Rights Reserved.