Uses of Interface
org.apache.http.auth.AuthSchemeFactory
Packages that use AuthSchemeFactory
Package
Description
Client HTTP authentication APIs.
Default implementations of standard and common HTTP authentication
schemes.
-
Uses of AuthSchemeFactory in org.apache.http.auth
Methods in org.apache.http.auth with parameters of type AuthSchemeFactoryModifier and TypeMethodDescriptionvoid
AuthSchemeRegistry.register
(String name, AuthSchemeFactory factory) Deprecated.Registers aAuthSchemeFactory
with the given identifier.Method parameters in org.apache.http.auth with type arguments of type AuthSchemeFactoryModifier and TypeMethodDescriptionvoid
AuthSchemeRegistry.setItems
(Map<String, AuthSchemeFactory> map) Deprecated.Populates the internal collection of registeredauthentication schemes
with the content of the map passed as a parameter. -
Uses of AuthSchemeFactory in org.apache.http.impl.auth
Classes in org.apache.http.impl.auth that implement AuthSchemeFactoryModifier and TypeClassDescriptionclass
AuthSchemeProvider
implementation that creates and initializesBasicScheme
instances.class
AuthSchemeProvider
implementation that creates and initializesDigestScheme
instances.class
AuthSchemeProvider
implementation that creates and initializesKerberosScheme
instances.class
Deprecated.class
AuthSchemeProvider
implementation that creates and initializesNTLMScheme
instances configured to use the defaultNTLMEngine
implementation.class
AuthSchemeProvider
implementation that creates and initializesSPNegoScheme
instances.
SPNegoSchemeFactory
orKerberosSchemeFactory
.