| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UsernamePasswordCredentials | |
|---|---|
| org.apache.commons.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. | 
| org.apache.commons.httpclient.auth | Provides implementation of various authentication schemes as well as utility classes that can be used to authenticate HTTP requests. | 
| Uses of UsernamePasswordCredentials in org.apache.commons.httpclient | 
|---|
| Subclasses of UsernamePasswordCredentials in org.apache.commons.httpclient | |
|---|---|
|  class | NTCredentialsCredentialsfor use with the NTLM authentication scheme which requires additional
 information. | 
| Uses of UsernamePasswordCredentials in org.apache.commons.httpclient.auth | 
|---|
| Methods in org.apache.commons.httpclient.auth with parameters of type UsernamePasswordCredentials | |
|---|---|
| static String | BasicScheme.authenticate(UsernamePasswordCredentials credentials)Deprecated. Use BasicScheme.authenticate(UsernamePasswordCredentials, String)Returns a basic Authorization header value for the givenUsernamePasswordCredentials. | 
| static String | BasicScheme.authenticate(UsernamePasswordCredentials credentials,
             String charset)Returns a basic Authorization header value for the given UsernamePasswordCredentialsand charset. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||