| 程序包 | 说明 |
|---|---|
| org.apache.hc.client5.http.auth |
Client HTTP authentication APIs.
|
| org.apache.hc.client5.http.impl.auth |
Standard and common HTTP authentication schemes.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
InvalidCredentialsException
Authentication credentials required to respond to a authentication
challenge are invalid
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
AuthScheme.generateAuthResponse(HttpHost host,
HttpRequest request,
HttpContext context)
Generates an authorization response based on the current state.
|
boolean |
AuthScheme.isResponseReady(HttpHost host,
CredentialsProvider credentialsProvider,
HttpContext context)
Determines whether or not an authorization response can be generated based on
the actual authentication state.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
NTLMEngineException
已过时。
Do not use.
|
Copyright © 2023. All rights reserved.