|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.httpclient.auth.AuthorizationHeaderScheme
com.microsoft.tfs.core.httpclient.auth.RFC2617Scheme
com.microsoft.tfs.core.httpclient.auth.BasicScheme
com.microsoft.tfs.core.httpclient.auth.PreemptiveBasicScheme
public class PreemptiveBasicScheme
A modification on HTTP Basic to send authentication preemptively.
Field Summary |
---|
Fields inherited from class com.microsoft.tfs.core.httpclient.auth.AuthorizationHeaderScheme |
---|
HOST_CHALLENGE_HEADER, HOST_RESPONSE_HEADER, PROXY_CHALLENGE_HEADER, PROXY_RESPONSE_HEADER |
Constructor Summary | |
---|---|
PreemptiveBasicScheme()
|
Method Summary | |
---|---|
boolean |
supportsCredentials(Credentials credentials)
Determines whether this auth scheme supports credentials of the given type. |
Methods inherited from class com.microsoft.tfs.core.httpclient.auth.BasicScheme |
---|
authenticate, authenticate, authenticate, getSchemeName, isComplete, isConnectionBased, processChallenge |
Methods inherited from class com.microsoft.tfs.core.httpclient.auth.RFC2617Scheme |
---|
getID, getParameter, getParameters, getRealm |
Methods inherited from class com.microsoft.tfs.core.httpclient.auth.AuthorizationHeaderScheme |
---|
authenticateHost, authenticateProxy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.microsoft.tfs.core.httpclient.auth.AuthScheme |
---|
authenticateHost, authenticateProxy |
Constructor Detail |
---|
public PreemptiveBasicScheme()
Method Detail |
---|
public boolean supportsCredentials(Credentials credentials)
AuthScheme
supportsCredentials
in interface AuthScheme
supportsCredentials
in class BasicScheme
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |