Uses of Class
org.apache.commons.httpclient.UsernamePasswordCredentials

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 NTCredentials
          Credentials for 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 given UsernamePasswordCredentials.
static String BasicScheme.authenticate(UsernamePasswordCredentials credentials, String charset)
          Returns a basic Authorization header value for the given UsernamePasswordCredentials and charset.
 



Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.