Package | Description |
---|---|
org.apache.http.client.protocol |
Additional request and response interceptors for HTTP state and
authentication management.
|
org.apache.http.impl.auth |
Default implementations for interfaces in
org.apache.http.auth . |
org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client . |
Modifier and Type | Method and Description |
---|---|
AuthState |
HttpClientContext.getProxyAuthState() |
AuthState |
HttpClientContext.getTargetAuthState() |
Modifier and Type | Method and Description |
---|---|
void |
HttpAuthenticator.generateAuthResponse(HttpRequest request,
AuthState authState,
HttpContext context) |
boolean |
HttpAuthenticator.handleAuthChallenge(HttpHost host,
HttpResponse response,
AuthenticationStrategy authStrategy,
AuthState authState,
HttpContext context) |
boolean |
HttpAuthenticator.isAuthenticationRequested(HttpHost host,
HttpResponse response,
AuthenticationStrategy authStrategy,
AuthState authState,
HttpContext context) |
Modifier and Type | Field and Description |
---|---|
protected AuthState |
DefaultRequestDirector.proxyAuthState
Deprecated.
|
protected AuthState |
DefaultRequestDirector.targetAuthState
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HttpAuthenticator.authenticate(HttpHost host,
HttpResponse response,
AuthenticationStrategy authStrategy,
AuthState authState,
HttpContext context)
Deprecated.
|
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.