Example usage for org.apache.http.impl.auth RFC2617Scheme subclass-usage

List of usage examples for org.apache.http.impl.auth RFC2617Scheme subclass-usage

Introduction

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

Usage

From source file bad.robot.http.apache.BearerScheme.java

public class BearerScheme extends RFC2617Scheme {

    @Override
    public String getSchemeName() {
        return "bearer";
    }

From source file com.microsoft.azure.keyvault.authentication.BearerAuthentication.java

/**
 * An {@link AuthScheme} that conforms to OAuth 2.0 specification (which handles
 * {@value #NAME} tokens). This object contains the challenge of
 * <code>www-authenticate</code> HTTP headers.
 *
 * @see BearerCredentialsSupport

From source file net.oauth.client.httpclient4.OAuthScheme.java

/**
 * @author Paul Austin
 * @author John Kristian
 */
class OAuthScheme extends RFC2617Scheme {

From source file net.adamcin.httpsig.http.apache4.Http4SignatureAuthScheme.java

public final class Http4SignatureAuthScheme extends RFC2617Scheme {

    private boolean rotate = false;
    private Authorization lastAuthz = null;

    public String getSchemeName() {

From source file org.apache.http.impl.auth.BasicScheme.java

/**
 * Basic authentication scheme as defined in RFC 2617.
 *
 * @since 4.0
 */
@NotThreadSafe

From source file org.odk.collect.android.utilities.EnhancedDigestScheme.java

/**
 * Digest authentication scheme as defined in RFC 2617. Both MD5 (default) and
 * MD5-sess are supported. Currently only qop=auth or no qop is supported.
 * qop=auth-int is unsupported. If auth and auth-int are provided, auth is used.
 * <p>
 * Credential charset is configured via the