|
||||||||||
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 AuthScheme |
HttpAuthenticator.selectAuthScheme(Header[] challenges)
Chooses the strongest authentication scheme supported from the array of authentication challenges. |
static String |
AuthChallengeParser.extractScheme(String challengeStr)
Extracts authentication scheme from the given authentication challenge. |
static Map |
AuthChallengeParser.extractParams(String challengeStr)
Extracts a map of challenge parameters from an authentication challenge. |
Constructors in org.apache.commons.httpclient.auth that throw MalformedChallengeException | |
AuthSchemeBase(String challenge)
Constructor for an abstract authetication schemes. |
|
RFC2617Scheme(String challenge)
Default constructor for RFC2617 compliant authetication schemes. |
|
DigestScheme(String challenge)
Constructor for the digest authentication scheme. |
|
NTLMScheme(String challenge)
Constructor for the NTLM authentication scheme. |
|
BasicScheme(String challenge)
Constructor for the basic authetication scheme. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |