|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthState | |
---|---|
org.apache.http.client.protocol | Client specific HTTP protocol handlers. |
org.apache.http.impl.auth | Default implementations of standard and common HTTP authentication schemes. |
org.apache.http.impl.client | Default HTTP client implementation. |
Uses of AuthState in org.apache.http.client.protocol |
---|
Methods in org.apache.http.client.protocol that return AuthState | |
---|---|
AuthState |
HttpClientContext.getProxyAuthState()
|
AuthState |
HttpClientContext.getTargetAuthState()
|
Uses of AuthState in org.apache.http.impl.auth |
---|
Methods in org.apache.http.impl.auth with parameters of type AuthState | |
---|---|
void |
HttpAuthenticator.generateAuthResponse(org.apache.http.HttpRequest request,
AuthState authState,
org.apache.http.protocol.HttpContext context)
|
boolean |
HttpAuthenticator.handleAuthChallenge(org.apache.http.HttpHost host,
org.apache.http.HttpResponse response,
AuthenticationStrategy authStrategy,
AuthState authState,
org.apache.http.protocol.HttpContext context)
|
boolean |
HttpAuthenticator.isAuthenticationRequested(org.apache.http.HttpHost host,
org.apache.http.HttpResponse response,
AuthenticationStrategy authStrategy,
AuthState authState,
org.apache.http.protocol.HttpContext context)
|
Uses of AuthState in org.apache.http.impl.client |
---|
Fields in org.apache.http.impl.client declared as AuthState | |
---|---|
protected AuthState |
DefaultRequestDirector.proxyAuthState
Deprecated. |
protected AuthState |
DefaultRequestDirector.targetAuthState
Deprecated. |
Methods in org.apache.http.impl.client with parameters of type AuthState | |
---|---|
boolean |
HttpAuthenticator.authenticate(org.apache.http.HttpHost host,
org.apache.http.HttpResponse response,
AuthenticationStrategy authStrategy,
AuthState authState,
org.apache.http.protocol.HttpContext context)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |