org.apache.http.impl.client
Class HttpAuthenticator

java.lang.Object
  extended by org.apache.http.impl.execchain.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
 
Methods inherited from class org.apache.http.impl.execchain.HttpAuthenticator
authenticate, 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. 


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.