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
AuthScope
          The class represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name which Credentials apply to.
AuthState
          This class provides detailed information about the state of the authentication process.
 

Classes in org.apache.commons.httpclient.auth used by org.apache.commons.httpclient.auth
AuthChallengeException
          Signals a failure processing authentication challenge
AuthenticationException
          Signals a failure in authentication process
AuthScheme
           This interface represents an abstract challenge-response oriented authentication scheme.
AuthScope
          The class represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name which Credentials apply to.
AuthState
          This class provides detailed information about the state of the authentication process.
CredentialsNotAvailableException
          Authentication credentials required to respond to a authentication challenge are not available
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-2008 Apache Software Foundation. All Rights Reserved.