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
Fields in org.apache.http.auth with type parameters of type AuthSchemeFactoryModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<String, AuthSchemeFactory> AuthSchemeRegistry.registeredSchemesDeprecated.Methods in org.apache.http.auth with parameters of type AuthSchemeFactoryModifier and TypeMethodDescriptionvoidAuthSchemeRegistry.register(String name, AuthSchemeFactory factory) Deprecated.Registers aAuthSchemeFactorywith the given identifier.Method parameters in org.apache.http.auth with type arguments of type AuthSchemeFactoryModifier and TypeMethodDescriptionvoidAuthSchemeRegistry.setItems(Map<String, AuthSchemeFactory> map) Deprecated.Populates the internal collection of registeredauthentication schemeswith 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 TypeClassDescriptionclassAuthSchemeProviderimplementation that creates and initializesBasicSchemeinstances.classAuthSchemeProviderimplementation that creates and initializesDigestSchemeinstances.classAuthSchemeProviderimplementation that creates and initializesKerberosSchemeinstances.classDeprecated.classAuthSchemeProviderimplementation that creates and initializesNTLMSchemeinstances configured to use the defaultNTLMEngineimplementation.classAuthSchemeProviderimplementation that creates and initializesSPNegoSchemeinstances.
SPNegoSchemeFactoryorKerberosSchemeFactory.