Example usage for org.apache.http.impl.client HttpAuthenticator interface-usage

List of usage examples for org.apache.http.impl.client HttpAuthenticator interface-usage

Introduction

In this page you can find the example usage for org.apache.http.impl.client HttpAuthenticator interface-usage.

Usage

From source file org.apache.jena.atlas.web.auth.AbstractCredentialsAuthenticator.java

/**
 * Abstract authenticator that uses user name and password credentials
 * 
 */
public abstract class AbstractCredentialsAuthenticator implements HttpAuthenticator {