| Package | Description |
|---|---|
| org.apache.hc.client5.http.impl.auth |
Default implementations of standard and common HTTP authentication
schemes.
|
| org.apache.hc.client5.http.protocol |
Client specific HTTP protocol handlers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpAuthenticator.addAuthResponse(org.apache.hc.core5.http.HttpHost host,
ChallengeType challengeType,
org.apache.hc.core5.http.HttpRequest request,
AuthExchange authExchange,
org.apache.hc.core5.http.protocol.HttpContext context) |
boolean |
HttpAuthenticator.isChallenged(org.apache.hc.core5.http.HttpHost host,
ChallengeType challengeType,
org.apache.hc.core5.http.HttpResponse response,
AuthExchange authExchange,
org.apache.hc.core5.http.protocol.HttpContext context) |
boolean |
HttpAuthenticator.prepareAuthResponse(org.apache.hc.core5.http.HttpHost host,
ChallengeType challengeType,
org.apache.hc.core5.http.HttpResponse response,
AuthenticationStrategy authStrategy,
AuthExchange authExchange,
org.apache.hc.core5.http.protocol.HttpContext context) |
| Modifier and Type | Method and Description |
|---|---|
AuthExchange |
HttpClientContext.getAuthExchange(org.apache.hc.core5.http.HttpHost host) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.apache.hc.core5.http.HttpHost,AuthExchange> |
HttpClientContext.getAuthExchanges() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpClientContext.setAuthExchange(org.apache.hc.core5.http.HttpHost host,
AuthExchange authExchange) |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.