Uses of Class
com.atlassian.confluence.util.http.trust.TrustedConnectionStatus
Packages that use TrustedConnectionStatus
-
Uses of TrustedConnectionStatus in com.atlassian.confluence.util.http.trust
Fields in com.atlassian.confluence.util.http.trust declared as TrustedConnectionStatusModifier and TypeFieldDescriptionstatic final TrustedConnectionStatusTrustedConnectionStatus.SUCCESSDeprecated, for removal: This API element is subject to removal in a future version.static final 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 TrustedConnectionStatusModifier and TypeMethodDescriptionDefaultTrustedConnectionStatusBuilder.getTrustedConnectionStatus(HttpResponse httpResponse) Deprecated, for removal: This API element is subject to removal in a future version.TrustedConnectionStatusBuilder.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.