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