oauth.signpost.commonshttp
Class CommonsHttpOAuthConsumer

java.lang.Object
  extended by oauth.signpost.AbstractOAuthConsumer
      extended by oauth.signpost.commonshttp.CommonsHttpOAuthConsumer
All Implemented Interfaces:
Serializable, OAuthConsumer

public class CommonsHttpOAuthConsumer
extends AbstractOAuthConsumer

Supports signing HTTP requests of type HttpRequest.

Author:
Matthias Kaeppler
See Also:
Serialized Form

Constructor Summary
CommonsHttpOAuthConsumer(String consumerKey, String consumerSecret)
           
 
Method Summary
protected  HttpRequest wrap(Object request)
           
 
Methods inherited from class oauth.signpost.AbstractOAuthConsumer
collectBodyParameters, collectHeaderParameters, collectQueryParameters, completeOAuthParameters, generateNonce, generateTimestamp, getConsumerKey, getConsumerSecret, getRequestParameters, getToken, getTokenSecret, setMessageSigner, setSendEmptyTokens, setSigningStrategy, setTokenWithSecret, sign, sign, sign
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonsHttpOAuthConsumer

public CommonsHttpOAuthConsumer(String consumerKey,
                                String consumerSecret)
Method Detail

wrap

protected HttpRequest wrap(Object request)
Specified by:
wrap in class AbstractOAuthConsumer


Copyright © 2010. All Rights Reserved.