Uses of Interface
org.apache.http.auth.AuthSchemeFactory

Packages that use AuthSchemeFactory
org.apache.http.auth The API for client-side HTTP authentication against a server. 
org.apache.http.impl.auth Default implementations for interfaces in org.apache.http.auth
 

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)
          Registers a AuthSchemeFactory with the given identifier.
 

Method parameters in org.apache.http.auth with type arguments of type AuthSchemeFactory
 void AuthSchemeRegistry.setItems(Map<String,AuthSchemeFactory> map)
          Populates the internal collection of registered authentication 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 AuthSchemeFactory
 class BasicSchemeFactory
          AuthSchemeFactory implementation that creates and initializes BasicScheme instances.
 class DigestSchemeFactory
          AuthSchemeFactory implementation that creates and initializes DigestScheme instances.
 class KerberosSchemeFactory
          Kerberos authentication scheme factory.
 class NegotiateSchemeFactory
          Deprecated. (4.2) use SPNegoSchemeFactory or KerberosSchemeFactory.
 class NTLMSchemeFactory
          AuthSchemeFactory implementation that creates and initializes NTLMScheme instances configured to use the default NTLMEngine implementation.
 class SPNegoSchemeFactory
          SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) authentication scheme factory.
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.