com.atlassian.httpclient.apache.httpcomponents.proxy
Class ProxyConfig.AuthenticationInfo

java.lang.Object
  extended by com.atlassian.httpclient.apache.httpcomponents.proxy.ProxyConfig.AuthenticationInfo
Enclosing class:
ProxyConfig

public static class ProxyConfig.AuthenticationInfo
extends Object


Constructor Summary
ProxyConfig.AuthenticationInfo(org.apache.http.auth.AuthScope authScope, com.atlassian.fugue.Option<org.apache.http.auth.Credentials> credentials)
           
 
Method Summary
 org.apache.http.auth.AuthScope getAuthScope()
           
 com.atlassian.fugue.Option<org.apache.http.auth.Credentials> getCredentials()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyConfig.AuthenticationInfo

public ProxyConfig.AuthenticationInfo(org.apache.http.auth.AuthScope authScope,
                                      com.atlassian.fugue.Option<org.apache.http.auth.Credentials> credentials)
Method Detail

getAuthScope

public org.apache.http.auth.AuthScope getAuthScope()

getCredentials

public com.atlassian.fugue.Option<org.apache.http.auth.Credentials> getCredentials()


Copyright © 2012–2015 Atlassian. All rights reserved.