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.
 



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.