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

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 java.lang.String BasicScheme.authenticate(UsernamePasswordCredentials credentials)
          Return a basic Authorization header value for the given UsernamePasswordCredentials.
static java.lang.String DigestScheme.authenticate(UsernamePasswordCredentials credentials, java.util.Map params)
          Produces a digest authorization string for the given set of UsernamePasswordCredentials and authetication parameters.
 



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