org.apache.http.impl.auth
Class HttpAuthenticator
java.lang.Object
org.apache.http.impl.auth.HttpAuthenticator
- Direct Known Subclasses:
- HttpAuthenticator
public class HttpAuthenticator
- extends Object
- Since:
- 4.3
Method Summary |
void |
generateAuthResponse(HttpRequest request,
AuthState authState,
HttpContext context)
|
boolean |
handleAuthChallenge(HttpHost host,
HttpResponse response,
AuthenticationStrategy authStrategy,
AuthState authState,
HttpContext context)
|
boolean |
isAuthenticationRequested(HttpHost host,
HttpResponse response,
AuthenticationStrategy authStrategy,
AuthState authState,
HttpContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpAuthenticator
public HttpAuthenticator(org.apache.commons.logging.Log log)
HttpAuthenticator
public HttpAuthenticator()
isAuthenticationRequested
public boolean isAuthenticationRequested(HttpHost host,
HttpResponse response,
AuthenticationStrategy authStrategy,
AuthState authState,
HttpContext context)
handleAuthChallenge
public boolean handleAuthChallenge(HttpHost host,
HttpResponse response,
AuthenticationStrategy authStrategy,
AuthState authState,
HttpContext context)
generateAuthResponse
public void generateAuthResponse(HttpRequest request,
AuthState authState,
HttpContext context)
throws HttpException,
IOException
- Throws:
HttpException
IOException
Copyright © 1999–2018 The Apache Software Foundation. All rights reserved.