Uses of Interface
org.apache.http.auth.AuthSchemeFactory
-
Packages that use AuthSchemeFactory Package Description org.apache.http.auth Client HTTP authentication APIs.org.apache.http.impl.auth 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 AuthSchemeFactory Modifier and Type Method Description voidAuthSchemeRegistry. register(java.lang.String name, AuthSchemeFactory factory)Deprecated.Registers aAuthSchemeFactorywith the given identifier.Method parameters in org.apache.http.auth with type arguments of type AuthSchemeFactory Modifier and Type Method Description voidAuthSchemeRegistry. setItems(java.util.Map<java.lang.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 AuthSchemeFactory Modifier and Type Class Description classBasicSchemeFactoryAuthSchemeProviderimplementation that creates and initializesBasicSchemeinstances.classDigestSchemeFactoryAuthSchemeProviderimplementation that creates and initializesDigestSchemeinstances.classKerberosSchemeFactoryAuthSchemeProviderimplementation that creates and initializesKerberosSchemeinstances.classNegotiateSchemeFactoryDeprecated.(4.2) useSPNegoSchemeFactoryorKerberosSchemeFactory.classNTLMSchemeFactoryAuthSchemeProviderimplementation that creates and initializesNTLMSchemeinstances configured to use the defaultNTLMEngineimplementation.classSPNegoSchemeFactoryAuthSchemeProviderimplementation that creates and initializesSPNegoSchemeinstances.
-