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