| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthSchemeFactory | |
|---|---|
| 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 | |
|---|---|
|  void | AuthSchemeRegistry.register(String name,
         AuthSchemeFactory factory)Deprecated. Registers a AuthSchemeFactorywith  the given identifier. | 
| Method parameters in org.apache.http.auth with type arguments of type AuthSchemeFactory | |
|---|---|
|  void | AuthSchemeRegistry.setItems(Map<String,AuthSchemeFactory> map)Deprecated. Populates the internal collection of registered authentication 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 | |
|---|---|
|  class | BasicSchemeFactoryAuthSchemeProviderimplementation that creates and initializesBasicSchemeinstances. | 
|  class | DigestSchemeFactoryAuthSchemeProviderimplementation that creates and initializesDigestSchemeinstances. | 
|  class | KerberosSchemeFactoryAuthSchemeProviderimplementation that creates and initializesKerberosSchemeinstances. | 
|  class | NegotiateSchemeFactoryDeprecated. (4.2) use SPNegoSchemeFactoryorKerberosSchemeFactory. | 
|  class | NTLMSchemeFactoryAuthSchemeProviderimplementation that creates and initializesNTLMSchemeinstances configured to use the defaultNTLMEngineimplementation. | 
|  class | SPNegoSchemeFactoryAuthSchemeProviderimplementation that creates and initializesSPNegoSchemeinstances. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||