Uses of Class
com.atlassian.confluence.util.http.trust.TrustedConnectionStatus
-
Packages that use TrustedConnectionStatus Package Description com.atlassian.confluence.util.http.trust -
-
Uses of TrustedConnectionStatus in com.atlassian.confluence.util.http.trust
Fields in com.atlassian.confluence.util.http.trust declared as TrustedConnectionStatus Modifier and Type Field Description static TrustedConnectionStatusTrustedConnectionStatus. SUCCESSDeprecated.static TrustedConnectionStatusTrustedConnectionStatus. UNSUPPORTEDDeprecated.Methods in com.atlassian.confluence.util.http.trust that return TrustedConnectionStatus Modifier and Type Method Description TrustedConnectionStatusDefaultTrustedConnectionStatusBuilder. getTrustedConnectionStatus(HttpResponse httpResponse)Deprecated.TrustedConnectionStatusTrustedConnectionStatusBuilder. getTrustedConnectionStatus(HttpResponse httpResponse)Deprecated.Parses the Trusted Applications Authentication headers from the HTTP response provided to the method and builds aTrustedConnectionStatusobject with the results.
-