| Package | Description |
|---|---|
| org.apache.hc.client5.http | |
| org.apache.hc.client5.http.auth |
Client HTTP authentication APIs.
|
| org.apache.hc.client5.http.impl | |
| org.apache.hc.client5.http.impl.auth |
Default implementations of standard and common HTTP authentication
schemes.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthScheme> |
AuthenticationStrategy.select(ChallengeType challengeType,
Map<String,AuthChallenge> challenges,
org.apache.hc.core5.http.protocol.HttpContext context)
Returns an list of
AuthSchemes to handle the given AuthChallenges
in their order of preference. |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthScheme.processChallenge(AuthChallenge authChallenge,
org.apache.hc.core5.http.protocol.HttpContext context)
Processes the given auth challenge.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthScheme> |
DefaultAuthenticationStrategy.select(ChallengeType challengeType,
Map<String,AuthChallenge> challenges,
org.apache.hc.core5.http.protocol.HttpContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthChallenge> |
AuthChallengeParser.parse(ChallengeType challengeType,
CharSequence buffer,
org.apache.hc.core5.http.message.ParserCursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
void |
GGSSchemeBase.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 |
CredSspScheme.processChallenge(AuthChallenge authChallenge,
org.apache.hc.core5.http.protocol.HttpContext context) |
void |
NTLMScheme.processChallenge(AuthChallenge authChallenge,
org.apache.hc.core5.http.protocol.HttpContext context) |
void |
DigestScheme.processChallenge(AuthChallenge authChallenge,
org.apache.hc.core5.http.protocol.HttpContext context) |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.