Uses of Class
com.atlassian.confluence.util.http.HttpProxyConfiguration.ProxyAuthentication

Packages that use HttpProxyConfiguration.ProxyAuthentication
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
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
 List<HttpProxyConfiguration.ProxyAuthentication> HttpProxyConfiguration.getAuthentication()
          Returns the types of authentication to use in preference order.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.