|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MalformedChallengeException | |
---|---|
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 MalformedChallengeException in com.microsoft.tfs.core.httpclient.auth |
---|
Methods in com.microsoft.tfs.core.httpclient.auth that throw MalformedChallengeException | |
---|---|
static java.util.Map<java.lang.String,java.lang.String> |
AuthChallengeParser.extractParams(java.lang.String challengeStr)
Extracts a map of challenge parameters from an authentication challenge. |
static java.lang.String |
AuthChallengeParser.extractScheme(java.lang.String challengeStr)
Extracts authentication scheme from the given authentication challenge. |
static java.util.Map<java.lang.String,java.lang.String> |
AuthChallengeParser.parseChallenges(Header[] headers)
Extracts a map of challenges ordered by authentication scheme name |
AuthScheme |
AuthChallengeProcessor.processChallenge(AuthState state,
java.util.Map challenges)
Processes the given collection of challenges and updates the state of the authentication process. |
AuthScheme |
AuthChallengeProcessor.processChallenge(AuthState state,
java.util.Map challenges,
Credentials credentials)
|
void |
WRAPAuthScheme.processChallenge(java.lang.String challenge)
|
void |
RFC2617Scheme.processChallenge(java.lang.String challenge)
Processes the given challenge token. |
void |
NegotiateScheme.processChallenge(java.lang.String challenge)
|
void |
NTLMScheme.processChallenge(java.lang.String challenge)
|
void |
DigestScheme.processChallenge(java.lang.String challenge)
Processes the Digest challenge. |
void |
CookieAuthScheme.processChallenge(java.lang.String challenge)
|
void |
BasicScheme.processChallenge(java.lang.String challenge)
Processes the Basic challenge. |
void |
AuthScheme.processChallenge(java.lang.String challenge)
Processes the given challenge token. |
Constructors in com.microsoft.tfs.core.httpclient.auth that throw MalformedChallengeException | |
---|---|
AuthSchemeBase(java.lang.String challenge)
Deprecated. Use parameterless constructor and AuthScheme.processChallenge(String) method |
|
BasicScheme(java.lang.String challenge)
Deprecated. Use parameterless constructor and AuthScheme.processChallenge(String) method |
|
DigestScheme(java.lang.String challenge)
Deprecated. Use parameterless constructor and AuthScheme.processChallenge(String) method |
|
RFC2617Scheme(java.lang.String challenge)
Deprecated. Use parameterless constructor and AuthScheme.processChallenge(String) method |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |