net.krecan.m2_proxy.repository.httpclient.spring
Class ProxyCredentials
java.lang.Object
net.krecan.m2_proxy.repository.httpclient.spring.ProxyCredentials
public class ProxyCredentials
- extends Object
Enabling setting proxy credentials by Spring
- Author:
- krel
Constructor Summary |
ProxyCredentials()
|
ProxyCredentials(org.apache.commons.httpclient.auth.AuthScope authScope,
org.apache.commons.httpclient.Credentials credentials)
|
Method Summary |
org.apache.commons.httpclient.auth.AuthScope |
getAuthScope()
|
org.apache.commons.httpclient.Credentials |
getCredentials()
|
void |
setAuthScope(org.apache.commons.httpclient.auth.AuthScope authScope)
|
void |
setCredentials(org.apache.commons.httpclient.Credentials credentials)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyCredentials
public ProxyCredentials()
ProxyCredentials
public ProxyCredentials(org.apache.commons.httpclient.auth.AuthScope authScope,
org.apache.commons.httpclient.Credentials credentials)
getAuthScope
public org.apache.commons.httpclient.auth.AuthScope getAuthScope()
setAuthScope
public void setAuthScope(org.apache.commons.httpclient.auth.AuthScope authScope)
getCredentials
public org.apache.commons.httpclient.Credentials getCredentials()
setCredentials
public void setCredentials(org.apache.commons.httpclient.Credentials credentials)
Copyright © 2006 null. All Rights Reserved.