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 TrustedConnectionStatus
TrustedConnectionStatus.SUCCESS
Deprecated, for removal: This API element is subject to removal in a future version.static final TrustedConnectionStatus
TrustedConnectionStatus.UNSUPPORTED
Deprecated, 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 aTrustedConnectionStatus
object with the results.