@Deprecated public class TrustedConnectionStatus extends Object
Modifier and Type | Field and Description |
---|---|
static TrustedConnectionStatus |
SUCCESS
Deprecated.
|
static TrustedConnectionStatus |
UNSUPPORTED
Deprecated.
|
Constructor and Description |
---|
TrustedConnectionStatus(boolean userRecognized,
boolean appRecognized,
boolean trustedConnectionError,
List<String> trustedConnectionErrors,
boolean trustSupported)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<com.atlassian.security.auth.trustedapps.TransportErrorMessage> |
getTrustedTransportErrorMessages()
Deprecated.
|
boolean |
isAppRecognized()
Deprecated.
|
boolean |
isTrustedConnectionError()
Deprecated.
|
boolean |
isTrustSupported()
Deprecated.
|
boolean |
isUserRecognized()
Deprecated.
|
String |
toString()
Deprecated.
|
public static final TrustedConnectionStatus UNSUPPORTED
public static final TrustedConnectionStatus SUCCESS
public boolean isUserRecognized()
public boolean isAppRecognized()
public boolean isTrustedConnectionError()
public List<com.atlassian.security.auth.trustedapps.TransportErrorMessage> getTrustedTransportErrorMessages()
public boolean isTrustSupported()
Copyright © 2003–2019 Atlassian. All rights reserved.