Uses of Class
org.brickred.socialauth.util.Response

Packages that use Response
org.brickred.socialauth   
org.brickred.socialauth.oauthstrategy   
org.brickred.socialauth.provider   
org.brickred.socialauth.util   
 

Uses of Response in org.brickred.socialauth
 

Methods in org.brickred.socialauth that return Response
 Response AuthProvider.api(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
          Makes OAuth signed HTTP request to a given URL for making any provider specific calls.
 Response AuthProvider.uploadImage(String message, String fileName, InputStream inputStream)
          Updates the image and message on the chosen provider if available.
 

Uses of Response in org.brickred.socialauth.oauthstrategy
 

Methods in org.brickred.socialauth.oauthstrategy that return Response
 Response OAuthStrategyBase.executeFeed(String url)
          Makes HTTP GET request to a given URL.It attaches access token in URL if required.
 Response OAuth2.executeFeed(String url)
           
 Response OAuth1.executeFeed(String url)
           
 Response Hybrid.executeFeed(String url)
           
 Response OAuthStrategyBase.executeFeed(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
          Makes HTTP request to a given URL.It attaches access token in URL if required.
 Response OAuth2.executeFeed(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
           
 Response OAuth1.executeFeed(String urlStr, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
           
 Response Hybrid.executeFeed(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
           
 Response OAuthStrategyBase.uploadImage(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String fileName, InputStream inputStream, String fileParamName)
          Makes HTTP request to upload image and status.
 Response OAuth2.uploadImage(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String fileName, InputStream inputStream, String fileParamName)
           
 Response OAuth1.uploadImage(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String fileName, InputStream inputStream, String fileParamName)
           
 Response Hybrid.uploadImage(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String fileName, InputStream inputStream, String fileParamName)
           
 

Uses of Response in org.brickred.socialauth.provider
 

Methods in org.brickred.socialauth.provider that return Response
 Response YammerImpl.api(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
          Makes HTTP request to a given URL.It attaches access token in URL.
 Response YahooImpl.api(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
          Makes OAuth signed HTTP request to a given URL.
 Response TwitterImpl.api(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
          Makes OAuth signed HTTP request to a given URL.
 Response SalesForceImpl.api(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
          Makes HTTP request to a given URL.It attaches access token in URL.
 Response RunkeeperImpl.api(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
          Makes HTTP request to a given URL.It attaches access token in URL.
 Response OpenIdImpl.api(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
          Not implemented for OpenId provider.
 Response MySpaceImpl.api(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
          Makes OAuth signed HTTP request to a given URL.
 Response MendeleyImpl.api(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
          Makes OAuth signed HTTP request to a given URL.
 Response LinkedInImpl.api(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
          Makes OAuth signed HTTP request to a given URL.
 Response HotmailImpl.api(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
          Makes HTTP request to a given URL.
 Response GoogleImpl.api(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
          Makes OAuth signed HTTP - GET request to a given URL.
 Response GenericOAuth2Provider.api(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
          Makes HTTP request to a given URL.It attaches access token in URL.
 Response GenericOAuth1Provider.api(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
          Makes OAuth signed HTTP request to a given URL.
 Response FourSquareImpl.api(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
          Makes HTTP request to a given URL.
 Response FacebookImpl.api(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
          Makes HTTP request to a given URL.It attaches access token in URL.
 Response AolImpl.api(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
           
 Response YammerImpl.uploadImage(String message, String fileName, InputStream inputStream)
           
 Response YahooImpl.uploadImage(String message, String fileName, InputStream inputStream)
           
 Response TwitterImpl.uploadImage(String message, String fileName, InputStream inputStream)
          Updates the image and message on Twitter.
 Response SalesForceImpl.uploadImage(String message, String fileName, InputStream inputStream)
           
 Response RunkeeperImpl.uploadImage(String message, String fileName, InputStream inputStream)
           
 Response OpenIdImpl.uploadImage(String message, String fileName, InputStream inputStream)
           
 Response MySpaceImpl.uploadImage(String message, String fileName, InputStream inputStream)
           
 Response MendeleyImpl.uploadImage(String message, String fileName, InputStream inputStream)
           
 Response LinkedInImpl.uploadImage(String message, String fileName, InputStream inputStream)
           
 Response HotmailImpl.uploadImage(String message, String fileName, InputStream inputStream)
           
 Response GoogleImpl.uploadImage(String message, String fileName, InputStream inputStream)
           
 Response GenericOAuth2Provider.uploadImage(String message, String fileName, InputStream inputStream)
           
 Response GenericOAuth1Provider.uploadImage(String message, String fileName, InputStream inputStream)
          This method is not implemented for GenericOAuth1 provider.
 Response FourSquareImpl.uploadImage(String message, String fileName, InputStream inputStream)
           
 Response FacebookImpl.uploadImage(String message, String fileName, InputStream inputStream)
           
 Response AolImpl.uploadImage(String message, String fileName, InputStream inputStream)
           
 

Uses of Response in org.brickred.socialauth.util
 

Methods in org.brickred.socialauth.util that return Response
 Response ProviderSupport.api(String url)
          Makes OAuth signed HTTP GET request to a given URL.
 Response ProviderSupport.api(String url, String methodType, Map<String,String> params, Map<String,String> headerParams, String body)
          Makes OAuth signed HTTP request to a given URL.
static Response HttpUtil.doHttpRequest(String urlStr, String requestMethod, Map<String,String> params, Map<String,String> header, InputStream inputStream, String fileName, String fileParamName)
           
static Response HttpUtil.doHttpRequest(String urlStr, String requestMethod, String body, Map<String,String> header)
          Makes HTTP request using java.net.HTTPURLConnection
 Response OAuthConsumer.httpGet(String reqURL, Map<String,String> headerParams, AccessGrant token)
          Does an HTTP GET request.
 Response OAuthConsumer.httpPost(String reqURL, Map<String,String> params, Map<String,String> headerParams, String body, AccessGrant token)
          Does an HTTP POST request.
 Response OAuthConsumer.httpPut(String reqURL, Map<String,String> params, Map<String,String> headerParams, String body, AccessGrant token)
          Does an HTTP PUT request.
 Response OAuthConsumer.httpPut(String reqURL, Map<String,String> params, Map<String,String> headerParams, String body, AccessGrant token, boolean isHeaderRequired)
          Does an HTTP PUT request.
 Response OAuthConsumer.uploadImage(String reqURL, Map<String,String> paramsMap, Map<String,String> headerParams, InputStream inputStream, String fileParamName, String fileName, String methodName, AccessGrant token, boolean isHeaderRequired)
           
 



Copyright © 2013. All Rights Reserved.