| 程序包 | 说明 |
|---|---|
| org.apache.hc.client5.http.impl.auth |
Standard and common HTTP authentication schemes.
|
| 类和说明 |
|---|
| AuthChallengeParser
Authentication challenge parser.
|
BasicSchemeFactory
AuthSchemeFactory implementation that creates and initializes
BasicScheme instances. |
BearerSchemeFactory
AuthSchemeFactory implementation that creates and initializes
BearerScheme instances. |
CredentialsProviderBuilder
CredentialsProvider builder. |
DigestSchemeFactory
AuthSchemeFactory implementation that creates and initializes
DigestScheme instances. |
| GGSSchemeBase
已过时。
Do not use. The GGS based experimental authentication schemes are no longer
supported. Consider using Basic or Bearer authentication with TLS instead.
|
| KerberosSchemeFactory
已过时。
Do not use. The GGS based experimental authentication schemes are no longer
supported. Consider using Basic or Bearer authentication with TLS instead.
|
| NTLMEngine
已过时。
Do not use. the NTLM authentication scheme is no longer supported
|
| NTLMEngineException
已过时。
Do not use.
|
| NTLMSchemeFactory
已过时。
Do not use. the NTLM authentication scheme is no longer supported.
Consider using Basic or Bearer authentication with TLS instead.
|
| SPNegoSchemeFactory
已过时。
Do not use. The GGS based experimental authentication schemes are no longer
supported. Consider using Basic or Bearer authentication with TLS instead.
|
Copyright © 2023. All rights reserved.