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

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

Introduction

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

Usage

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

/**
 * A decorator for other authenticators that may be used to enable preemptive
 * basic authentication.
 * <p>
 * This can <strong>only</strong> be used with servers that support Basic HTTP
 * authentication.  For any other authentication scheme the use of this