Uses of Interface
com.dyuproject.oauth.Signature.Listener

Packages that use Signature.Listener
com.dyuproject.oauth   
 

Uses of Signature.Listener in com.dyuproject.oauth
 

Classes in com.dyuproject.oauth that implement Signature.Listener
 class HttpAuthTransport
          Sends the oauth request parameters via the HTTP Authorization header.
 class HttpGetTransport
          Sends the oauth request parameters using HTTP GET and appended with queryString
 class HttpPostTransport
          Sends the oauth request parameters via HTTP POST with application/x-www-form-urlencoded content type.
 class Transport
          The scheme/transport which determines how the oauth parameters are sent over http.
 

Methods in com.dyuproject.oauth with parameters of type Signature.Listener
abstract  void Signature.generate(UrlEncodedParameterMap params, String consumerSecret, Token token, String httpMethod, Signature.Listener listener, StringBuilder oauthBuffer, StringBuilder requestBuffer)
          Generates a signature and puts it on the params based from the given params, consumer secret and token.
protected  String Signature.getBaseAndPutDefaults(UrlEncodedParameterMap params, String httpMethod, Signature.Listener listener, StringBuilder oauthBuffer, StringBuilder requestBuffer)
           
 



Copyright © 2008-2013. All Rights Reserved.