Uses of Package
org.apache.commons.httpclient.auth

Packages that use org.apache.commons.httpclient.auth
org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
org.apache.commons.httpclient.auth Provides implementation of various authentication schemes as well as utility classes that can be used to authenticate HTTP requests. 
 

Classes in org.apache.commons.httpclient.auth used by org.apache.commons.httpclient
HttpAuthRealm
          The key used to look up authentication credentials.
 

Classes in org.apache.commons.httpclient.auth used by org.apache.commons.httpclient.auth
AuthenticationException
          Signals a failure in authentication process
AuthScheme
           This interface represents an abstract authentication scheme.
AuthSchemeBase
           Abstract authentication scheme class that implements AuthScheme interface and provides a default contstructor.
MalformedChallengeException
          Signals that authentication challenge is in some way invalid or illegal in the given context
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.