public class HttpAuthenticator
extends java.lang.Object
| Constructor and Description |
|---|
HttpAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateAuthResponse(org.apache.http.HttpRequest request,
AuthStateHC4 authState,
org.apache.http.protocol.HttpContext context) |
boolean |
handleAuthChallenge(org.apache.http.HttpHost host,
org.apache.http.HttpResponse response,
AuthenticationStrategy authStrategy,
AuthStateHC4 authState,
org.apache.http.protocol.HttpContext context) |
boolean |
isAuthenticationRequested(org.apache.http.HttpHost host,
org.apache.http.HttpResponse response,
AuthenticationStrategy authStrategy,
AuthStateHC4 authState,
org.apache.http.protocol.HttpContext context) |
public boolean isAuthenticationRequested(org.apache.http.HttpHost host,
org.apache.http.HttpResponse response,
AuthenticationStrategy authStrategy,
AuthStateHC4 authState,
org.apache.http.protocol.HttpContext context)
public boolean handleAuthChallenge(org.apache.http.HttpHost host,
org.apache.http.HttpResponse response,
AuthenticationStrategy authStrategy,
AuthStateHC4 authState,
org.apache.http.protocol.HttpContext context)
public void generateAuthResponse(org.apache.http.HttpRequest request,
AuthStateHC4 authState,
org.apache.http.protocol.HttpContext context)
throws org.apache.http.HttpException,
java.io.IOException
org.apache.http.HttpExceptionjava.io.IOExceptionCopyright © 1999-2015 The Apache Software Foundation. All rights reserved.