|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.impl.client.AbstractAuthenticationHandler
public abstract class AbstractAuthenticationHandler
Constructor Summary | |
---|---|
AbstractAuthenticationHandler()
|
Method Summary | |
---|---|
protected java.util.List |
getAuthPreferences()
|
protected java.util.Map |
parseChallenges(org.apache.http.Header[] headers)
|
AuthScheme |
selectScheme(java.util.Map challenges,
org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.http.client.AuthenticationHandler |
---|
getChallenges, isAuthenticationRequested |
Constructor Detail |
---|
public AbstractAuthenticationHandler()
Method Detail |
---|
protected java.util.Map parseChallenges(org.apache.http.Header[] headers) throws MalformedChallengeException
MalformedChallengeException
protected java.util.List getAuthPreferences()
public AuthScheme selectScheme(java.util.Map challenges, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) throws AuthenticationException
selectScheme
in interface AuthenticationHandler
AuthenticationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |