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, for removal: This API element is subject to removal in a future version.static TrustedConnectionStatusTrustedConnectionStatus. UNSUPPORTEDDeprecated, for removal: This API element is subject to removal in a future version.Methods in com.atlassian.confluence.util.http.trust that return TrustedConnectionStatus Modifier and Type Method Description TrustedConnectionStatusDefaultTrustedConnectionStatusBuilder. getTrustedConnectionStatus(HttpResponse httpResponse)Deprecated, for removal: This API element is subject to removal in a future version.TrustedConnectionStatusTrustedConnectionStatusBuilder. getTrustedConnectionStatus(HttpResponse httpResponse)Deprecated, for removal: This API element is subject to removal in a future version.Parses the Trusted Applications Authentication headers from the HTTP response provided to the method and builds aTrustedConnectionStatusobject with the results.
-