java.lang.Object | |
↳ | org.apache.http.impl.auth.AuthSchemeBase |
Known Direct Subclasses |
Known Indirect Subclasses |
Abstract authentication scheme class that serves as a basis for all authentication schemes supported by HttpClient. This class defines the generic way of parsing an authentication challenge. It does not make any assumptions regarding the format of the challenge nor does it impose any specific way of responding to that challenge.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns
true
if authenticating against a proxy,
false
otherwise.
|
||||||||||
|
Processes the given challenge token.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||
From interface
org.apache.http.auth.AuthScheme
|
Returns
true
if authenticating against a proxy,
false
otherwise.
true
if authenticating against a proxy,
false
otherwise
Processes the given challenge token. Some authentication schemes may involve multiple challenge-response exchanges. Such schemes must be able to maintain the state information when dealing with sequential challenges
header | the challenge header |
---|
MalformedChallengeException | is thrown if the authentication challenge is malformed |
---|
MalformedChallengeException |
---|