oauth.signpost.commonshttp
クラス CommonsHttpOAuthConsumer

java.lang.Object
  上位を拡張 oauth.signpost.AbstractOAuthConsumer
      上位を拡張 oauth.signpost.commonshttp.CommonsHttpOAuthConsumer
すべての実装されたインタフェース:
Serializable, OAuthConsumer

public class CommonsHttpOAuthConsumer
extends AbstractOAuthConsumer

Supports signing HTTP requests of type HttpRequest.

作成者:
Matthias Kaeppler
関連項目:
直列化された形式

コンストラクタの概要
CommonsHttpOAuthConsumer(String consumerKey, String consumerSecret)
           
 
メソッドの概要
protected  HttpRequest wrap(Object request)
           
 
クラス oauth.signpost.AbstractOAuthConsumer から継承されたメソッド
collectBodyParameters, collectHeaderParameters, collectQueryParameters, completeOAuthParameters, generateNonce, generateTimestamp, getConsumerKey, getConsumerSecret, getRequestParameters, getToken, getTokenSecret, setAdditionalParameters, setMessageSigner, setSendEmptyTokens, setSigningStrategy, setTokenWithSecret, sign, sign, sign
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CommonsHttpOAuthConsumer

public CommonsHttpOAuthConsumer(String consumerKey,
                                String consumerSecret)
メソッドの詳細

wrap

protected HttpRequest wrap(Object request)
定義:
クラス AbstractOAuthConsumer 内の wrap


Copyright © 2012. All Rights Reserved.