Uses of Interface
org.apache.hc.client5.http.auth.AuthSchemeFactory
-
Packages that use AuthSchemeFactory Package Description org.apache.hc.client5.http 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.org.apache.hc.client5.http.cache Caching APIs for both the classic and the asynchronous HTTP transports.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.org.apache.hc.client5.http.protocol 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 AuthSchemeFactory Modifier and Type Field Description private org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory>AbstractClientContextBuilder. authSchemeRegistryMethod parameters in org.apache.hc.client5.http with type arguments of type AuthSchemeFactory Modifier and Type Method Description AbstractClientContextBuilder<T>AbstractClientContextBuilder. useAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry)ContextBuilderContextBuilder. useAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry) -
Uses of AuthSchemeFactory in org.apache.hc.client5.http.cache
Methods in org.apache.hc.client5.http.cache that return types with arguments of type AuthSchemeFactory Modifier and Type Method Description org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory>HttpCacheContext.Delegate. getAuthSchemeRegistry()Method parameters in org.apache.hc.client5.http.cache with type arguments of type AuthSchemeFactory Modifier and Type Method Description voidHttpCacheContext.Delegate. setAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> lookup)CacheContextBuilderCacheContextBuilder. 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 AuthSchemeFactory Modifier and Type Field Description private org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory>H2AsyncClientBuilder. authSchemeRegistryprivate org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory>HttpAsyncClientBuilder. authSchemeRegistryprivate org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory>InternalAbstractHttpAsyncClient. authSchemeRegistryMethod parameters in org.apache.hc.client5.http.impl.async with type arguments of type AuthSchemeFactory Modifier and Type Method Description H2AsyncClientBuilderH2AsyncClientBuilder. setDefaultAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry)Sets defaultAuthSchemeregistry which will be used for request execution if not explicitly set in the client execution context.HttpAsyncClientBuilderHttpAsyncClientBuilder. setDefaultAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry)Sets defaultAuthSchemeregistry 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 AuthSchemeFactory Modifier and Type Class Description classBasicSchemeFactoryAuthSchemeFactoryimplementation that creates and initializesBasicSchemeinstances.classBearerSchemeFactoryAuthSchemeFactoryimplementation that creates and initializesBearerSchemeinstances.classDigestSchemeFactoryAuthSchemeFactoryimplementation that creates and initializesDigestSchemeinstances.classKerberosSchemeFactoryDeprecated.Do not use.classNTLMSchemeFactoryDeprecated.Do not use.classScramSchemeFactoryFactory for creating instances ofScramScheme.classSPNegoSchemeFactoryDeprecated.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 AuthSchemeFactory Modifier and Type Field Description private org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory>HttpClientBuilder. authSchemeRegistryprivate org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory>InternalHttpClient. authSchemeRegistryprivate org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory>ProxyClient. authSchemeRegistryMethod parameters in org.apache.hc.client5.http.impl.classic with type arguments of type AuthSchemeFactory Modifier and Type Method Description HttpClientBuilderHttpClientBuilder. setDefaultAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry)Sets defaultAuthSchemeregistry 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
Fields in org.apache.hc.client5.http.protocol with type parameters of type AuthSchemeFactory Modifier and Type Field Description private org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory>HttpClientContext. authSchemeFactoryLookupMethods in org.apache.hc.client5.http.protocol that return types with arguments of type AuthSchemeFactory Modifier and Type Method Description org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory>HttpClientContext.Delegate. getAuthSchemeRegistry()org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory>HttpClientContext. getAuthSchemeRegistry()Represents aAuthSchemeFactoryregistry used in the context of the request execution.Method parameters in org.apache.hc.client5.http.protocol with type arguments of type AuthSchemeFactory Modifier and Type Method Description voidHttpClientContext.Delegate. setAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> lookup)voidHttpClientContext. setAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> lookup)
-