Example usage for org.apache.commons.httpclient.auth HttpAuthenticator interface-usage

List of usage examples for org.apache.commons.httpclient.auth HttpAuthenticator interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.httpclient.auth HttpAuthenticator interface-usage.

Usage

From source file com.dtolabs.client.utils.BasicAuthenticator.java

/**
 * BasicAuthenticator uses HTTP Basic authentication to log in to the server.
 *
 * @author Greg Schueler <a href="mailto:greg@dtosolutions.com">greg@dtosolutions.com</a>
 * @version $Revision: 8473 $
 */