|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UsernamePasswordCredentials | |
---|---|
com.microsoft.tfs.core.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. |
com.microsoft.tfs.core.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 com.microsoft.tfs.core.httpclient |
---|
Subclasses of UsernamePasswordCredentials in com.microsoft.tfs.core.httpclient | |
---|---|
class |
NTCredentials
Deprecated. Use UsernamePasswordCredentials with the username set to
DOMAIN\\username or username@domain |
class |
PreemptiveUsernamePasswordCredentials
A modification of the standard username/password credentials that support preemptive authentication. |
Methods in com.microsoft.tfs.core.httpclient with parameters of type UsernamePasswordCredentials | |
---|---|
static PreemptiveUsernamePasswordCredentials |
PreemptiveUsernamePasswordCredentials.newFrom(UsernamePasswordCredentials credentials)
|
Uses of UsernamePasswordCredentials in com.microsoft.tfs.core.httpclient.auth |
---|
Methods in com.microsoft.tfs.core.httpclient.auth with parameters of type UsernamePasswordCredentials | |
---|---|
static java.lang.String |
BasicScheme.authenticate(UsernamePasswordCredentials credentials)
Deprecated. Use BasicScheme.authenticate(UsernamePasswordCredentials, String)
Returns a basic Authorization header value for the
given UsernamePasswordCredentials . |
static java.lang.String |
BasicScheme.authenticate(UsernamePasswordCredentials credentials,
java.lang.String charset)
Returns a basic Authorization header value for the given UsernamePasswordCredentials and charset. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |