|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.httpclient.Credentials
com.microsoft.tfs.core.httpclient.UsernamePasswordCredentials
com.microsoft.tfs.core.httpclient.NTCredentials
UsernamePasswordCredentials
with the username set to
DOMAIN\\username or username@domain
public class NTCredentials
Credentials
for use with the NTLM authentication scheme which
requires additional information.
Constructor Summary | |
---|---|
NTCredentials(java.lang.String username,
java.lang.String domain,
java.lang.String password)
Deprecated. Constructor. |
Method Summary |
---|
Methods inherited from class com.microsoft.tfs.core.httpclient.UsernamePasswordCredentials |
---|
equals, getPassword, getUsername, hashCode, setPassword, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NTCredentials(java.lang.String username, java.lang.String domain, java.lang.String password)
username
- The user name. This should not include the domain to authenticate
with. For example: "user" is correct whereas "DOMAIN\\user" is
not.domain
- The domain to authenticate within.password
- The password.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |