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