Package org.apache.http.impl.client
Class HttpAuthenticator
- java.lang.Object
-
- org.apache.http.impl.auth.HttpAuthenticator
-
- org.apache.http.impl.client.HttpAuthenticator
-
@Deprecated public class HttpAuthenticator extends HttpAuthenticator
Deprecated.(4.3) reserved for internal use.
-
-
Constructor Summary
Constructors Constructor Description HttpAuthenticator()
Deprecated.HttpAuthenticator(Log log)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
authenticate(HttpHost host, HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, HttpContext context)
Deprecated.-
Methods inherited from class org.apache.http.impl.auth.HttpAuthenticator
generateAuthResponse, handleAuthChallenge, isAuthenticationRequested
-
-
-
-
Constructor Detail
-
HttpAuthenticator
public HttpAuthenticator(Log log)
Deprecated.
-
HttpAuthenticator
public HttpAuthenticator()
Deprecated.
-
-
Method Detail
-
authenticate
public boolean authenticate(HttpHost host, HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, HttpContext context)
Deprecated.
-
-