public class HttpAuthenticator
extends java.lang.Object
Constructor and Description |
---|
HttpAuthenticator() |
HttpAuthenticator(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(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, java.io.IOException
HttpException
java.io.IOException