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

Packages that use RFC2617Scheme
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 RFC2617Scheme in org.apache.commons.httpclient.auth
 

Subclasses of RFC2617Scheme 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.
 



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