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

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

Methods in org.apache.commons.httpclient.auth that throw CredentialsNotAvailableException
 Credentials CredentialsProvider.getCredentials(AuthScheme scheme, String host, int port, boolean proxy)
          Requests additional authentication credentials.
 



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