HttpAuthenticatorpublic class HttpAuthenticator
extends java.lang.Object
| Constructor | Description |
|---|---|
HttpAuthenticator() |
|
HttpAuthenticator(org.apache.commons.logging.Log log) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
generateAuthResponse(org.apache.http.HttpRequest request,
AuthState authState,
org.apache.http.protocol.HttpContext context) |
|
boolean |
handleAuthChallenge(org.apache.http.HttpHost host,
org.apache.http.HttpResponse response,
AuthenticationStrategy authStrategy,
AuthState authState,
org.apache.http.protocol.HttpContext context) |
|
boolean |
isAuthenticationRequested(org.apache.http.HttpHost host,
org.apache.http.HttpResponse response,
AuthenticationStrategy authStrategy,
AuthState authState,
org.apache.http.protocol.HttpContext context) |
public HttpAuthenticator(org.apache.commons.logging.Log log)
public HttpAuthenticator()
public boolean isAuthenticationRequested(org.apache.http.HttpHost host,
org.apache.http.HttpResponse response,
AuthenticationStrategy authStrategy,
AuthState authState,
org.apache.http.protocol.HttpContext context)
public boolean handleAuthChallenge(org.apache.http.HttpHost host,
org.apache.http.HttpResponse response,
AuthenticationStrategy authStrategy,
AuthState authState,
org.apache.http.protocol.HttpContext context)
public void generateAuthResponse(org.apache.http.HttpRequest request,
AuthState authState,
org.apache.http.protocol.HttpContext context)
throws org.apache.http.HttpException,
java.io.IOException
org.apache.http.HttpExceptionjava.io.IOException