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

Packages that use AuthScheme
org.apache.http.auth The API for client-side HTTP authentication against a server, commonly referred to as HttpAuth
org.apache.http.client The API for client-side HTTP communication and entry point to the HttpClient module. 
org.apache.http.impl.auth   
org.apache.http.impl.client   
 

Uses of AuthScheme in org.apache.http.auth
 

Methods in org.apache.http.auth that return AuthScheme
 AuthScheme AuthSchemeRegistry.getAuthScheme(java.lang.String name, org.apache.http.params.HttpParams params)
          Gets the authentication scheme with the given name.
 AuthScheme AuthSchemeFactory.newInstance(org.apache.http.params.HttpParams params)
           
 

Uses of AuthScheme in org.apache.http.client
 

Methods in org.apache.http.client that return AuthScheme
 AuthScheme AuthState.getAuthScheme()
          Returns the authentication scheme.
 AuthScheme AuthenticationHandler.selectScheme(java.util.Map challenges, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
           
 

Methods in org.apache.http.client with parameters of type AuthScheme
 void AuthState.setAuthScheme(AuthScheme authScheme)
          Assigns the given authentication scheme.
 

Uses of AuthScheme in org.apache.http.impl.auth
 

Classes in org.apache.http.impl.auth that implement AuthScheme
 class BasicScheme
           Basic authentication scheme as defined in RFC 2617.
 class DigestScheme
           Digest authentication scheme as defined in RFC 2617.
 class RFC2617Scheme
           Abstract authentication scheme class that lays foundation for all RFC 2617 compliant authetication schemes and provides capabilities common to all authentication schemes defined in RFC 2617.
 

Methods in org.apache.http.impl.auth that return AuthScheme
 AuthScheme BasicSchemeFactory.newInstance(org.apache.http.params.HttpParams params)
           
 AuthScheme DigestSchemeFactory.newInstance(org.apache.http.params.HttpParams params)
           
 

Uses of AuthScheme in org.apache.http.impl.client
 

Methods in org.apache.http.impl.client that return AuthScheme
 AuthScheme DefaultAuthenticationHandler.selectScheme(java.util.Map challenges, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
           
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.