|
||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |