Uses of Class
org.apache.servicemix.http.BasicAuthCredentials

Packages that use BasicAuthCredentials
org.apache.servicemix.http   
 

Uses of BasicAuthCredentials in org.apache.servicemix.http
 

Fields in org.apache.servicemix.http declared as BasicAuthCredentials
protected  BasicAuthCredentials HttpEndpoint.basicAuthentication
           
protected  BasicAuthCredentials ProxyParameters.proxyCredentials
           
 

Methods in org.apache.servicemix.http that return BasicAuthCredentials
 BasicAuthCredentials HttpEndpoint.getBasicAuthentication()
          Gets the authentication data used for provider endpoints using basic authentication.
 BasicAuthCredentials ProxyParameters.getProxyCredentials()
           
 

Methods in org.apache.servicemix.http with parameters of type BasicAuthCredentials
 void HttpEndpoint.setBasicAuthentication(BasicAuthCredentials basicAuthCredentials)
          Sets the authentication data used for provider endpoints using basic authentication.
 void ProxyParameters.setProxyCredentials(BasicAuthCredentials proxyCredentials)
          Sets the authentication data used for the proxy using basic authentication.
 



Copyright © 2005-2012 FuseSource. All Rights Reserved.