org.apache.http.impl.client
Class AbstractAuthenticationHandler
java.lang.Object
org.apache.http.impl.client.AbstractAuthenticationHandler
- All Implemented Interfaces:
- AuthenticationHandler
- Direct Known Subclasses:
- DefaultProxyAuthenticationHandler, DefaultTargetAuthenticationHandler
public abstract class AbstractAuthenticationHandler
- extends Object
- implements AuthenticationHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractAuthenticationHandler
public AbstractAuthenticationHandler()
parseChallenges
protected Map<String,Header> parseChallenges(Header[] headers)
throws MalformedChallengeException
- Throws:
MalformedChallengeException
getAuthPreferences
protected List<String> getAuthPreferences()
selectScheme
public AuthScheme selectScheme(Map<String,Header> challenges,
HttpResponse response,
HttpContext context)
throws AuthenticationException
- Specified by:
selectScheme in interface AuthenticationHandler
- Throws:
AuthenticationException
Please submit a feedback, bug or feature