public class HttpAuthenticator extends Object
Constructor and Description |
---|
HttpAuthenticator() |
HttpAuthenticator(org.apache.commons.logging.Log log) |
Modifier and Type | Method and 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, IOException
org.apache.http.HttpException
IOException
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.