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 AuthSchemeFactoryimplementation that creates and initializesBasicSchemeinstances.CredentialsProviderBuilder CredentialsProviderbuilder.DigestScheme.QualityOfProtection Represent the possible values of quality of protection.DigestSchemeFactory AuthSchemeFactoryimplementation that creates and initializesDigestSchemeinstances.GGSSchemeBase Common behavior forGSSbased authentication schemes.GGSSchemeBase.State KerberosSchemeFactory AuthSchemeFactoryimplementation that creates and initializesKerberosSchemeinstances.NTLMEngine Abstract NTLM authentication engine.NTLMEngineException Signals NTLM protocol failure.NTLMEngineImpl.Mode NTLMEngineImpl.NTLMMessage NTLM message generation, base classNTLMScheme.State NTLMSchemeFactory AuthSchemeFactoryimplementation that creates and initializesNTLMSchemeinstances configured to use the defaultNTLMEngineimplementation.SPNegoSchemeFactory AuthSchemeFactoryimplementation that creates and initializesSPNegoSchemeinstances.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.