Example usage for org.apache.commons.httpclient.auth RFC2617Scheme subclass-usage

List of usage examples for org.apache.commons.httpclient.auth RFC2617Scheme subclass-usage

Introduction

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

Usage

From source file org.apache.abdera.ext.wsse.WSSEAuthScheme.java

/**
 * WSSE Auth Scheme implementation for use with HTTP Commons AbderaClient Some APP implementations use WSSE for
 * authentication
 * 
 * @see http://www.xml.com/pub/a/2003/12/17/dive.html
 */

From source file org.apache.abdera.ext.gdata.GoogleLoginAuthScheme.java

/**
 * <p>
 * Implements the GoogleLogin auth scheme used by gdata (Blogger, Google Calendar, etc). Warning: this scheme is slow!
 * </p>
 * 
 * <pre>

From source file net.adamcin.httpsig.http.apache3.Http3SignatureAuthScheme.java

public final class Http3SignatureAuthScheme extends RFC2617Scheme {

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

    public String getSchemeName() {

From source file org.apache.abdera.ext.oauth.OAuthScheme.java

/**
 * OAuth Scheme implementation for use with HTTP Commons AbderaClient
 * 
 * @see http://oauth.org
 * @see http://oauth.googlecode.com/svn/spec/branches/1.0/drafts/7/spec.html
 * @author David Calavera