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