Example usage for org.apache.http.impl.client BasicAuthCache subclass-usage

List of usage examples for org.apache.http.impl.client BasicAuthCache subclass-usage

Introduction

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

Usage

From source file eu.agno3.util.httpclient41.spnego.PreemptiveNegotiateAuthCache.java

/**
 * Fake authentication cache always returning a new PerRequestNegotiateScheme
 * 
 * This auth cache returns a new PreemptiveNegotiateScheme for both the host
 * specified as targetHost and proxyHost. Other credentials remain unaffected.
 *