| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MalformedChallengeException | |
|---|---|
| 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 MalformedChallengeException in org.apache.commons.httpclient.auth | 
|---|
| Methods in org.apache.commons.httpclient.auth that throw MalformedChallengeException | |
|---|---|
| static Map | AuthChallengeParser.extractParams(String challengeStr)Extracts a map of challenge parameters from an authentication challenge. | 
| static String | AuthChallengeParser.extractScheme(String challengeStr)Extracts authentication scheme from the given authentication challenge. | 
| static Map | AuthChallengeParser.parseChallenges(Header[] headers)Extracts a map of challenges ordered by authentication scheme name | 
|  AuthScheme | AuthChallengeProcessor.processChallenge(AuthState state,
                 Map challenges)Processes the given collection of challenges and updates the stateof the authentication process. | 
|  void | NTLMScheme.processChallenge(String challenge)Processes the NTLM challenge. | 
|  void | DigestScheme.processChallenge(String challenge)Processes the Digest challenge. | 
|  void | RFC2617Scheme.processChallenge(String challenge)Processes the given challenge token. | 
|  void | BasicScheme.processChallenge(String challenge)Processes the Basic challenge. | 
|  void | AuthScheme.processChallenge(String challenge)Processes the given challenge token. | 
| static AuthScheme | HttpAuthenticator.selectAuthScheme(Header[] challenges)Deprecated. Use AuthChallengeParser.parseChallenges(Header[])andAuthPolicy.getAuthScheme(String) | 
| Constructors in org.apache.commons.httpclient.auth that throw MalformedChallengeException | |
|---|---|
| AuthSchemeBase(String challenge)Deprecated. Use parameterless constructor and AuthScheme.processChallenge(String)method | |
| BasicScheme(String challenge)Deprecated. Use parameterless constructor and AuthScheme.processChallenge(String)method | |
| DigestScheme(String challenge)Deprecated. Use parameterless constructor and AuthScheme.processChallenge(String)method | |
| NTLMScheme(String challenge)Constructor for the NTLM authentication scheme. | |
| RFC2617Scheme(String challenge)Deprecated. Use parameterless constructor and AuthScheme.processChallenge(String)method | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||