Uses of Class
org.springbyexample.httpclient.auth.Credentials

Packages that use Credentials
org.springbyexample.httpclient   
org.springbyexample.httpclient.auth   
 

Uses of Credentials in org.springbyexample.httpclient
 

Fields in org.springbyexample.httpclient with type parameters of type Credentials
protected  List<Credentials> AbstractHttpClientTemplate.lCredentials
           
 

Methods in org.springbyexample.httpclient that return types with arguments of type Credentials
 List<Credentials> AbstractHttpClientTemplate.getCredentials()
          Gets HTTP authorization credentials.
 

Method parameters in org.springbyexample.httpclient with type arguments of type Credentials
 void AbstractHttpClientTemplate.setCredentials(List<Credentials> credentials)
          Sets HTTP authorization credentials.
 

Uses of Credentials in org.springbyexample.httpclient.auth
 

Subclasses of Credentials in org.springbyexample.httpclient.auth
 class NTCredentials
          NTLM Credentials bean used to create org.apache.commons.httpclient.NTCredentials and org.apache.commons.httpclient.auth.AuthScope.
 



Copyright © 2008-2009 Spring by Example. All Rights Reserved.