org.apache.http.impl.client
Class HttpAuthenticator

java.lang.Object
  extended by org.apache.http.impl.auth.HttpAuthenticator
      extended by org.apache.http.impl.client.HttpAuthenticator

Deprecated. (4.3) reserved for internal use.

@Deprecated
public class HttpAuthenticator
extends HttpAuthenticator


Constructor Summary
HttpAuthenticator()
          Deprecated.  
HttpAuthenticator(org.apache.commons.logging.Log log)
          Deprecated.  
 
Method Summary
 boolean authenticate(org.apache.http.HttpHost host, org.apache.http.HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, org.apache.http.protocol.HttpContext context)
          Deprecated.  
 
Methods inherited from class org.apache.http.impl.auth.HttpAuthenticator
generateAuthResponse, handleAuthChallenge, isAuthenticationRequested
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpAuthenticator

public HttpAuthenticator(org.apache.commons.logging.Log log)
Deprecated. 

HttpAuthenticator

public HttpAuthenticator()
Deprecated. 
Method Detail

authenticate

public boolean authenticate(org.apache.http.HttpHost host,
                            org.apache.http.HttpResponse response,
                            AuthenticationStrategy authStrategy,
                            AuthState authState,
                            org.apache.http.protocol.HttpContext context)
Deprecated. 


Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.