Uses of Interface
org.apache.hc.client5.http.auth.AuthSchemeFactory
Packages that use AuthSchemeFactory
Package
Description
Client component APIs common to all client transports
such as connection route information and resolution
as well as common HTTP method definitions and
exception classes.
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
Standard and common HTTP authentication schemes.
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
HTTP protocol interceptors that enable advanced functionality
such as HTTP state management and authentication state caching.
-
Uses of AuthSchemeFactory in org.apache.hc.client5.http
Fields in org.apache.hc.client5.http with type parameters of type AuthSchemeFactoryModifier and TypeFieldDescriptionprivate org.apache.hc.core5.http.config.Lookup
<AuthSchemeFactory> ContextBuilder.authSchemeRegistry
Method parameters in org.apache.hc.client5.http with type arguments of type AuthSchemeFactoryModifier and TypeMethodDescriptionContextBuilder.useAuthSchemeRegistry
(org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry) -
Uses of AuthSchemeFactory in org.apache.hc.client5.http.impl.async
Fields in org.apache.hc.client5.http.impl.async with type parameters of type AuthSchemeFactoryModifier and TypeFieldDescriptionprivate org.apache.hc.core5.http.config.Lookup
<AuthSchemeFactory> H2AsyncClientBuilder.authSchemeRegistry
private org.apache.hc.core5.http.config.Lookup
<AuthSchemeFactory> HttpAsyncClientBuilder.authSchemeRegistry
private final org.apache.hc.core5.http.config.Lookup
<AuthSchemeFactory> InternalAbstractHttpAsyncClient.authSchemeRegistry
Method parameters in org.apache.hc.client5.http.impl.async with type arguments of type AuthSchemeFactoryModifier and TypeMethodDescriptionfinal H2AsyncClientBuilder
H2AsyncClientBuilder.setDefaultAuthSchemeRegistry
(org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry) Assigns defaultAuthScheme
registry which will be used for request execution if not explicitly set in the client execution context.final HttpAsyncClientBuilder
HttpAsyncClientBuilder.setDefaultAuthSchemeRegistry
(org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry) Assigns defaultAuthScheme
registry which will be used for request execution if not explicitly set in the client execution context. -
Uses of AuthSchemeFactory in org.apache.hc.client5.http.impl.auth
Classes in org.apache.hc.client5.http.impl.auth that implement AuthSchemeFactoryModifier and TypeClassDescriptionclass
AuthSchemeFactory
implementation that creates and initializesBasicScheme
instances.class
AuthSchemeFactory
implementation that creates and initializesBearerScheme
instances.class
AuthSchemeFactory
implementation that creates and initializesDigestScheme
instances.class
Deprecated.Do not use.class
Deprecated.Do not use.class
Deprecated.Do not use. -
Uses of AuthSchemeFactory in org.apache.hc.client5.http.impl.classic
Fields in org.apache.hc.client5.http.impl.classic with type parameters of type AuthSchemeFactoryModifier and TypeFieldDescriptionprivate org.apache.hc.core5.http.config.Lookup
<AuthSchemeFactory> HttpClientBuilder.authSchemeRegistry
private final org.apache.hc.core5.http.config.Lookup
<AuthSchemeFactory> InternalHttpClient.authSchemeRegistry
private final org.apache.hc.core5.http.config.Lookup
<AuthSchemeFactory> ProxyClient.authSchemeRegistry
Method parameters in org.apache.hc.client5.http.impl.classic with type arguments of type AuthSchemeFactoryModifier and TypeMethodDescriptionfinal HttpClientBuilder
HttpClientBuilder.setDefaultAuthSchemeRegistry
(org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry) Assigns defaultAuthScheme
registry which will be used for request execution if not explicitly set in the client execution context. -
Uses of AuthSchemeFactory in org.apache.hc.client5.http.protocol
Methods in org.apache.hc.client5.http.protocol that return types with arguments of type AuthSchemeFactoryModifier and TypeMethodDescriptionorg.apache.hc.core5.http.config.Lookup
<AuthSchemeFactory> HttpClientContext.getAuthSchemeRegistry()
Method parameters in org.apache.hc.client5.http.protocol with type arguments of type AuthSchemeFactoryModifier and TypeMethodDescriptionvoid
HttpClientContext.setAuthSchemeRegistry
(org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> lookup)