Package | Description |
---|---|
org.apache.hc.client5.http.auth |
Client HTTP authentication APIs.
|
org.apache.hc.client5.http.impl.auth |
Standard and common HTTP authentication schemes.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthScheme.processChallenge(AuthChallenge authChallenge,
org.apache.hc.core5.http.protocol.HttpContext context)
Processes the given auth challenge.
|
default void |
AuthScheme.processChallenge(org.apache.hc.core5.http.HttpHost host,
boolean challenged,
AuthChallenge authChallenge,
org.apache.hc.core5.http.protocol.HttpContext context)
Processes the given auth challenge.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AuthenticationHandler.handleResponse(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)
Handles the response from the opposite endpoint and updates the
AuthExchange
state based on the challenge presented in the response message using the given
AuthenticationStrategy . |
void |
NTLMScheme.processChallenge(AuthChallenge authChallenge,
org.apache.hc.core5.http.protocol.HttpContext context)
Deprecated.
|
void |
BearerScheme.processChallenge(AuthChallenge authChallenge,
org.apache.hc.core5.http.protocol.HttpContext context) |
void |
BasicScheme.processChallenge(AuthChallenge authChallenge,
org.apache.hc.core5.http.protocol.HttpContext context) |
void |
GGSSchemeBase.processChallenge(AuthChallenge authChallenge,
org.apache.hc.core5.http.protocol.HttpContext context)
Deprecated.
|
void |
DigestScheme.processChallenge(AuthChallenge authChallenge,
org.apache.hc.core5.http.protocol.HttpContext context) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.