Example usage for org.apache.http.client AuthenticationStrategy interface-usage

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

Introduction

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

Usage

From source file com.joyent.http.signature.apache.httpclient.HttpSignatureAuthenticationStrategy.java

/**
 * {@link AuthenticationStrategy} implementation that allows the Apache HTTP
 * Client to authenticate via the HTTP Signature scheme.
 *
 * @author <a href="https://github.com/dekobon">Elijah Zupancic</a>
 * @since 2.0.3

From source file org.apache.http.impl.client.AuthenticationStrategyAdaptor.java

/**
 * @deprecated (4.2) do not use
 */
@Immutable
@Deprecated
class AuthenticationStrategyAdaptor implements AuthenticationStrategy {

From source file org.apache.http.impl.client.AuthenticationStrategyImpl.java

@Immutable
abstract class AuthenticationStrategyImpl implements AuthenticationStrategy {

    private final Log log = LogFactory.getLog(getClass());

    private static final List<String> DEFAULT_SCHEME_PRIORITY = Collections.unmodifiableList(Arrays.asList(