Uses of Class
org.apache.commons.httpclient.auth.AuthSchemeBase

Packages that use AuthSchemeBase
org.apache.commons.httpclient.auth Provides implementation of various authentication schemes as well as utility classes that can be used to authenticate HTTP requests. 
 

Uses of AuthSchemeBase in org.apache.commons.httpclient.auth
 

Subclasses of AuthSchemeBase in org.apache.commons.httpclient.auth
 class BasicScheme
           Basic authentication scheme as defined in RFC 2617.
 class DigestScheme
           Digest authentication scheme as defined in RFC 2617.
 class NTLMScheme
          An implementation of the Microsoft proprietary NTLM authentication scheme.
 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.
 



Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.