Uses of Interface
org.apache.http.auth.AuthSchemeProvider
Packages that use AuthSchemeProvider
Package
Description
Client HTTP authentication APIs.
Client specific HTTP protocol handlers.
Default implementations of standard and common HTTP authentication
schemes.
Default HTTP client implementation.
-
Uses of AuthSchemeProvider in org.apache.http.auth
Methods in org.apache.http.auth that return AuthSchemeProviderModifier and TypeMethodDescriptionDeprecated. -
Uses of AuthSchemeProvider in org.apache.http.client.protocol
Methods in org.apache.http.client.protocol that return types with arguments of type AuthSchemeProviderModifier and TypeMethodDescriptionorg.apache.http.config.Lookup<AuthSchemeProvider> HttpClientContext.getAuthSchemeRegistry()Method parameters in org.apache.http.client.protocol with type arguments of type AuthSchemeProviderModifier and TypeMethodDescriptionvoidHttpClientContext.setAuthSchemeRegistry(org.apache.http.config.Lookup<AuthSchemeProvider> lookup) -
Uses of AuthSchemeProvider in org.apache.http.impl.auth
Classes in org.apache.http.impl.auth that implement AuthSchemeProviderModifier and TypeClassDescriptionclassAuthSchemeProviderimplementation that creates and initializesBasicSchemeinstances.classAuthSchemeProviderimplementation that creates and initializesDigestSchemeinstances.classAuthSchemeProviderimplementation that creates and initializesKerberosSchemeinstances.classAuthSchemeProviderimplementation that creates and initializesNTLMSchemeinstances configured to use the defaultNTLMEngineimplementation.classAuthSchemeProviderimplementation that creates and initializesSPNegoSchemeinstances. -
Uses of AuthSchemeProvider in org.apache.http.impl.client
Fields in org.apache.http.impl.client with type parameters of type AuthSchemeProviderModifier and TypeFieldDescriptionprivate org.apache.http.config.Lookup<AuthSchemeProvider> HttpClientBuilder.authSchemeRegistryprivate final org.apache.http.config.Lookup<AuthSchemeProvider> InternalHttpClient.authSchemeRegistryMethod parameters in org.apache.http.impl.client with type arguments of type AuthSchemeProviderModifier and TypeMethodDescriptionfinal HttpClientBuilderHttpClientBuilder.setDefaultAuthSchemeRegistry(org.apache.http.config.Lookup<AuthSchemeProvider> authSchemeRegistry) Assigns defaultAuthSchemeregistry which will be used for request execution if not explicitly set in the client execution context.