No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | org.apache.http.client.CredentialsProvider | 
|  Known Indirect Subclasses | 
Abstract credentials provider.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Clears all credentials.
           | ||||||||||
|  | 
           Get the 
            credentialsfor the given authentication scope. | ||||||||||
|  | 
           Sets the 
            credentialsfor the given authentication scope. | ||||||||||
Get the credentials for the given authentication scope.
| authscope | the authentication scope | 
|---|
Sets the credentials for the given authentication scope. Any previous credentials for the given scope will be overwritten.
| authscope | the authentication scope | 
|---|---|
| credentials | the authentication credentialsfor the given scope. |