Uses of Class
com.dyuproject.oauth.TokenExchange

Packages that use TokenExchange
com.dyuproject.oauth   
 

Uses of TokenExchange in com.dyuproject.oauth
 

Fields in com.dyuproject.oauth declared as TokenExchange
static TokenExchange TokenExchange.ACCESS_TOKEN
          Exchanges the request token for an access token from the service provider.
static TokenExchange TokenExchange.REQUEST_TOKEN
          This is the initial step; basically obtains a request token from the service provider.
 

Methods in com.dyuproject.oauth that return TokenExchange
static TokenExchange TokenExchange.getExchange(Token token)
          Gets the appropriate exchange to use based on the given token.
 

Methods in com.dyuproject.oauth with parameters of type TokenExchange
 HttpConnector.Response Consumer.fetchToken(Endpoint ep, TokenExchange exchange, Token token)
          Fetches the token using the given endpoint, exchange and token - and returns the http response HttpConnector.Response.
 HttpConnector.Response Consumer.fetchToken(Endpoint ep, UrlEncodedParameterMap params, TokenExchange exchange, Token token)
          Fetches the token using the given endpoint, params, exchange and token - and returns the http response HttpConnector.Response.
 void Transport.putDefaults(UrlEncodedParameterMap params, Endpoint ep, Token token, TokenExchange exchange, NonceAndTimestamp nts, Signature signature, StringBuilder oauthBuffer, StringBuilder requestBuffer)
          Put the default oauth parameters on the UrlEncodedParameterMap params.
 HttpConnector.Response HttpAuthTransport.send(UrlEncodedParameterMap params, Endpoint ep, Token token, TokenExchange exchange, NonceAndTimestamp nts, Signature signature, HttpConnector connector)
           
abstract  HttpConnector.Response Transport.send(UrlEncodedParameterMap params, Endpoint ep, Token token, TokenExchange exchange, NonceAndTimestamp nts, Signature signature, HttpConnector connector)
          Sends the params to the service provided and returns the http response HttpConnector.Response.
 HttpConnector.Response HttpPostTransport.send(UrlEncodedParameterMap params, Endpoint ep, Token token, TokenExchange exchange, NonceAndTimestamp nts, Signature signature, HttpConnector connector)
           
 HttpConnector.Response HttpGetTransport.send(UrlEncodedParameterMap params, Endpoint ep, Token token, TokenExchange exchange, NonceAndTimestamp nts, Signature signature, HttpConnector connector)
           
 



Copyright © 2008-2013. All Rights Reserved.