Package org.apache.http.impl.client
Class DefaultTargetAuthenticationHandler
java.lang.Object
org.apache.http.impl.client.AbstractAuthenticationHandler
org.apache.http.impl.client.DefaultTargetAuthenticationHandler
- All Implemented Interfaces:
AuthenticationHandler
public class DefaultTargetAuthenticationHandler extends AbstractAuthenticationHandler
- Author:
- Oleg Kalnichevski
-
Constructor Summary
Constructors Constructor Description DefaultTargetAuthenticationHandler() -
Method Summary
Modifier and Type Method Description Map<String,Header>getChallenges(HttpResponse response, HttpContext context)booleanisAuthenticationRequested(HttpResponse response, HttpContext context)Methods inherited from class org.apache.http.impl.client.AbstractAuthenticationHandler
getAuthPreferences, parseChallenges, selectScheme
-
Constructor Details
-
DefaultTargetAuthenticationHandler
public DefaultTargetAuthenticationHandler()
-
-
Method Details
-
isAuthenticationRequested
-
getChallenges
public Map<String,Header> getChallenges(HttpResponse response, HttpContext context) throws MalformedChallengeException- Throws:
MalformedChallengeException
-