Uses of Class
com.atlassian.confluence.util.http.HttpProxyConfiguration.ProxyAuthentication
-
Packages that use HttpProxyConfiguration.ProxyAuthentication Package Description com.atlassian.confluence.util.http -
-
Uses of HttpProxyConfiguration.ProxyAuthentication in com.atlassian.confluence.util.http
Methods in com.atlassian.confluence.util.http that return HttpProxyConfiguration.ProxyAuthentication Modifier and Type Method Description static HttpProxyConfiguration.ProxyAuthentication
HttpProxyConfiguration.ProxyAuthentication. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpProxyConfiguration.ProxyAuthentication[]
HttpProxyConfiguration.ProxyAuthentication. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.util.http that return types with arguments of type HttpProxyConfiguration.ProxyAuthentication Modifier and Type Method Description List<HttpProxyConfiguration.ProxyAuthentication>
HttpProxyConfiguration. getAuthentication()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the types of authentication to use in preference order.
-