Class TrustedConnectionStatus


  • @Deprecated
    public class TrustedConnectionStatus
    extends Object
    Deprecated.
    since 7.0.1
    Represents the status of a trusted connection response
    Since:
    2.10
    • Constructor Detail

      • TrustedConnectionStatus

        public TrustedConnectionStatus​(boolean userRecognized,
                                       boolean appRecognized,
                                       boolean trustedConnectionError,
                                       List<String> trustedConnectionErrors,
                                       boolean trustSupported)
        Deprecated.
    • Method Detail

      • isUserRecognized

        public boolean isUserRecognized()
        Deprecated.
        Returns:
        true if the user was recognised by the server
      • isAppRecognized

        public boolean isAppRecognized()
        Deprecated.
        Returns:
        true if the requesting application was recognised by the server (i.e. a trust relationship has been established)
      • isTrustedConnectionError

        public boolean isTrustedConnectionError()
        Deprecated.
        Returns:
        true if there were any errors in processing the trusted application request
      • getTrustedTransportErrorMessages

        public List<com.atlassian.security.auth.trustedapps.TransportErrorMessage> getTrustedTransportErrorMessages()
        Deprecated.
        Returns:
        A list of TransportErrorMessages reported by the server
      • isTrustSupported

        public boolean isTrustSupported()
        Deprecated.
        Returns:
        true if the server actually supports trusted application requests