java.lang.Object | ||
↳ | org.apache.http.impl.client.AbstractAuthenticationHandler | |
↳ | org.apache.http.impl.client.DefaultTargetAuthenticationHandler |
Default AuthenticationHandler
implementation for target host
authentication.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns default list of auth scheme names in their order of preference
based on the HTTP response and the current execution context.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.http.impl.client.AbstractAuthenticationHandler
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.apache.http.client.AuthenticationHandler
|
MalformedChallengeException |
---|
Returns default list of auth scheme names in their order of preference based on the HTTP response and the current execution context.
response | HTTP response. |
---|---|
context | HTTP execution context. |