Example usage for org.apache.http.auth ContextAwareAuthScheme interface-usage

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

Introduction

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

Usage

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

/**
 * Apache HTTP Client plugin that allows for HTTP Signature based authentication.
 *
 * @author <a href="https://github.com/dekobon">Elijah Zupancic</a>
 * @since 1.0.0
 */

From source file nl.esciencecenter.octopus.webservice.mac.MacScheme.java

/**
 * MAC Access Authentication scheme as defined in https://tools.ietf.org/html/draft-ietf-oauth-v2-http-mac-02
 *
 * Sign {@link HttpRequest} with a MAC key.
 *
 * @author verhoes

From source file nl.esciencecenter.osmium.mac.MacScheme.java

/**
 * MAC Access Authentication scheme as defined in https://tools.ietf.org/html/draft-ietf-oauth-v2-http-mac-02
 *
 * Sign {@link HttpRequest} with a MAC key.
 *
 * @author verhoes