| 程序包 | 说明 |
|---|---|
| org.apache.hc.client5.http.auth |
Client HTTP authentication APIs.
|
| org.apache.hc.client5.http.impl.auth |
Standard and common HTTP authentication schemes.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AuthScheme.processChallenge(AuthChallenge authChallenge,
HttpContext context)
Processes the given auth challenge.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GGSSchemeBase.processChallenge(AuthChallenge authChallenge,
HttpContext context)
已过时。
|
void |
BasicScheme.processChallenge(AuthChallenge authChallenge,
HttpContext context) |
void |
DigestScheme.processChallenge(AuthChallenge authChallenge,
HttpContext context) |
void |
NTLMScheme.processChallenge(AuthChallenge authChallenge,
HttpContext context)
已过时。
|
void |
BearerScheme.processChallenge(AuthChallenge authChallenge,
HttpContext context) |
Copyright © 2023. All rights reserved.