public class HttpAuthenticator extends Object
| Constructor and Description |
|---|
HttpAuthenticator() |
HttpAuthenticator(org.apache.commons.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public HttpAuthenticator(org.apache.commons.logging.Log log)
public HttpAuthenticator()
public boolean isAuthenticationRequested(HttpHost host, HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, HttpContext context)
public boolean handleAuthChallenge(HttpHost host, HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, HttpContext context)
public void generateAuthResponse(HttpRequest request, AuthState authState, HttpContext context) throws HttpException, IOException
HttpExceptionIOExceptionCopyright © 1999–2013 The Apache Software Foundation. All rights reserved.