Uses of Interface
org.apache.http.auth.AuthSchemeProvider
-
Packages that use AuthSchemeProvider Package Description org.apache.http.auth Client HTTP authentication APIs.org.apache.http.client.protocol Client specific HTTP protocol handlers.org.apache.http.impl.auth Default implementations of standard and common HTTP authentication schemes.org.apache.http.impl.client Default HTTP client implementation. -
-
Uses of AuthSchemeProvider in org.apache.http.auth
Methods in org.apache.http.auth that return AuthSchemeProvider Modifier and Type Method Description AuthSchemeProviderAuthSchemeRegistry. lookup(java.lang.String name)Deprecated. -
Uses of AuthSchemeProvider in org.apache.http.client.protocol
Methods in org.apache.http.client.protocol that return types with arguments of type AuthSchemeProvider Modifier and Type Method Description org.apache.http.config.Lookup<AuthSchemeProvider>HttpClientContext. getAuthSchemeRegistry()Method parameters in org.apache.http.client.protocol with type arguments of type AuthSchemeProvider Modifier and Type Method Description voidHttpClientContext. 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 AuthSchemeProvider Modifier and Type Class Description classBasicSchemeFactoryAuthSchemeProviderimplementation that creates and initializesBasicSchemeinstances.classDigestSchemeFactoryAuthSchemeProviderimplementation that creates and initializesDigestSchemeinstances.classKerberosSchemeFactoryAuthSchemeProviderimplementation that creates and initializesKerberosSchemeinstances.classNTLMSchemeFactoryAuthSchemeProviderimplementation that creates and initializesNTLMSchemeinstances configured to use the defaultNTLMEngineimplementation.classSPNegoSchemeFactoryAuthSchemeProviderimplementation 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 AuthSchemeProvider Modifier and Type Field Description private org.apache.http.config.Lookup<AuthSchemeProvider>HttpClientBuilder. authSchemeRegistryprivate org.apache.http.config.Lookup<AuthSchemeProvider>InternalHttpClient. authSchemeRegistryMethod parameters in org.apache.http.impl.client with type arguments of type AuthSchemeProvider Modifier and Type Method Description 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.
-