Uses of Package
org.apache.hc.client5.http.impl.auth
-
Packages that use org.apache.hc.client5.http.impl.auth Package Description org.apache.hc.client5.http.impl.async Asynchronous HTTP client API implementation that supports both HTTP/2 and HTTP/1.1 transport.org.apache.hc.client5.http.impl.auth Standard and common HTTP authentication schemes.org.apache.hc.client5.http.impl.classic Classic HTTP client API implementation that supports HTTP/1.1 transport only. -
Classes in org.apache.hc.client5.http.impl.auth used by org.apache.hc.client5.http.impl.async Class Description AuthCacheKeeper Utility class that implements commons aspects of the client side authentication cache keeping.HttpAuthenticator Utility class that implements commons aspects of the client side HTTP authentication. -
Classes in org.apache.hc.client5.http.impl.auth used by org.apache.hc.client5.http.impl.auth Class Description AuthChallengeParser Authentication challenge parser.AuthChallengeParser.ChallengeInt BasicAuthCache.Key BasicCredentialsProvider Default implementation ofCredentialsStore
.BasicSchemeFactory AuthSchemeFactory
implementation that creates and initializesBasicScheme
instances.BearerSchemeFactory AuthSchemeFactory
implementation that creates and initializesBearerScheme
instances.CredentialsProviderBuilder CredentialsProvider
builder.DigestScheme.QualityOfProtection Represent the possible values of quality of protection.DigestSchemeFactory AuthSchemeFactory
implementation that creates and initializesDigestScheme
instances.GGSSchemeBase Deprecated.Do not use.GGSSchemeBase.State Deprecated.KerberosSchemeFactory Deprecated.Do not use.NTLMEngine Deprecated.Do not use.NTLMEngineException Deprecated.Do not use.NTLMEngineImpl.Mode Deprecated.NTLMEngineImpl.NTLMMessage Deprecated.NTLM message generation, base classNTLMScheme.State Deprecated.NTLMSchemeFactory Deprecated.Do not use.SPNegoSchemeFactory Deprecated.Do not use.UnsupportedDigestAlgorithmException Authentication credentials required to respond to a authentication challenge are invalid -
Classes in org.apache.hc.client5.http.impl.auth used by org.apache.hc.client5.http.impl.classic Class Description AuthCacheKeeper Utility class that implements commons aspects of the client side authentication cache keeping.HttpAuthenticator Utility class that implements commons aspects of the client side HTTP authentication.