| Package | Description |
|---|---|
| org.brickred.socialauth | |
| org.brickred.socialauth.oauthstrategy | |
| org.brickred.socialauth.provider | |
| org.brickred.socialauth.util |
| Modifier and Type | Method and Description |
|---|---|
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.updateStatus(String msg)
Updates the status on the chosen provider if available.
|
Response |
AuthProvider.uploadImage(String message,
String fileName,
InputStream inputStream)
Updates the image and message on the chosen provider if available.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
OAuth2.executeFeed(String url) |
Response |
OAuthStrategyBase.executeFeed(String url)
Makes HTTP GET request to a given URL.It attaches access token in URL if
required.
|
Response |
OAuth1.executeFeed(String url) |
Response |
Hybrid.executeFeed(String url) |
Response |
OAuth2.executeFeed(String url,
String methodType,
Map<String,String> params,
Map<String,String> headerParams,
String body) |
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 |
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 |
OAuth2.uploadImage(String url,
String methodType,
Map<String,String> params,
Map<String,String> headerParams,
String fileName,
InputStream inputStream,
String fileParamName) |
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 |
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) |
| Modifier and Type | Method and Description |
|---|---|
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 |
OpenIdImpl.api(String url,
String methodType,
Map<String,String> params,
Map<String,String> headerParams,
String body)
Not implemented for OpenId provider.
|
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 |
HotmailImpl.api(String url,
String methodType,
Map<String,String> params,
Map<String,String> headerParams,
String body)
Makes HTTP request to a given URL.
|
Response |
NimbleImpl.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 |
StackExchangeImpl.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 |
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 |
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 |
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 |
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 |
FourSquareImpl.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 |
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 |
LinkedInOAuth2Impl.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 |
GooglePlusImpl.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 |
InstagramImpl.api(String url,
String methodType,
Map<String,String> params,
Map<String,String> headerParams,
String body) |
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 |
AmazonImpl.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 |
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 |
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 |
GitHubImpl.api(String url,
String methodType,
Map<String,String> params,
Map<String,String> headerParams,
String body) |
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 |
FlickerImpl.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 |
YammerImpl.updateStatus(String msg)
Updates the status on the chosen provider if available.
|
Response |
OpenIdImpl.updateStatus(String msg)
Updating status is not available for generic Open ID providers.
|
Response |
SalesForceImpl.updateStatus(String msg)
Updates the status on the chosen provider if available.
|
Response |
HotmailImpl.updateStatus(String msg)
Updates the status on the chosen provider if available.
|
Response |
NimbleImpl.updateStatus(String msg) |
Response |
StackExchangeImpl.updateStatus(String msg) |
Response |
MySpaceImpl.updateStatus(String msg)
Updates the status on the chosen provider if available.
|
Response |
TwitterImpl.updateStatus(String msg)
Updates the status on Twitter.
|
Response |
FacebookImpl.updateStatus(String msg)
Updates the status on the chosen provider if available.
|
Response |
YahooImpl.updateStatus(String msg)
Updates the status on the chosen provider if available.
|
Response |
FourSquareImpl.updateStatus(String msg)
Updates the status on the chosen provider if available.
|
Response |
GoogleImpl.updateStatus(String msg) |
Response |
LinkedInImpl.updateStatus(String msg) |
Response |
LinkedInOAuth2Impl.updateStatus(String msg) |
Response |
GooglePlusImpl.updateStatus(String msg)
Updates the status on the chosen provider if available.
|
Response |
InstagramImpl.updateStatus(String msg) |
Response |
MendeleyImpl.updateStatus(String msg)
Updates the status on Mendeley.
|
Response |
AmazonImpl.updateStatus(String msg) |
Response |
GenericOAuth2Provider.updateStatus(String msg)
Updates the status on the chosen provider if available.
|
Response |
RunkeeperImpl.updateStatus(String msg)
Updates the status on the chosen provider if available.
|
Response |
GitHubImpl.updateStatus(String msg) |
Response |
GenericOAuth1Provider.updateStatus(String msg)
This method is not implemented for GenericOAuth1 provider.
|
Response |
FlickerImpl.updateStatus(String msg)
Updates the status on Twitter.
|
Response |
YammerImpl.uploadImage(String message,
String fileName,
InputStream inputStream) |
Response |
OpenIdImpl.uploadImage(String message,
String fileName,
InputStream inputStream) |
Response |
SalesForceImpl.uploadImage(String message,
String fileName,
InputStream inputStream) |
Response |
HotmailImpl.uploadImage(String message,
String fileName,
InputStream inputStream) |
Response |
NimbleImpl.uploadImage(String message,
String fileName,
InputStream inputStream) |
Response |
StackExchangeImpl.uploadImage(String message,
String fileName,
InputStream inputStream) |
Response |
MySpaceImpl.uploadImage(String message,
String fileName,
InputStream inputStream) |
Response |
TwitterImpl.uploadImage(String message,
String fileName,
InputStream inputStream)
Updates the image and message on Twitter.
|
Response |
FacebookImpl.uploadImage(String message,
String fileName,
InputStream inputStream) |
Response |
YahooImpl.uploadImage(String message,
String fileName,
InputStream inputStream) |
Response |
FourSquareImpl.uploadImage(String message,
String fileName,
InputStream inputStream) |
Response |
GoogleImpl.uploadImage(String message,
String fileName,
InputStream inputStream) |
Response |
LinkedInImpl.uploadImage(String message,
String fileName,
InputStream inputStream) |
Response |
LinkedInOAuth2Impl.uploadImage(String message,
String fileName,
InputStream inputStream) |
Response |
GooglePlusImpl.uploadImage(String message,
String fileName,
InputStream inputStream) |
Response |
InstagramImpl.uploadImage(String message,
String fileName,
InputStream inputStream) |
Response |
MendeleyImpl.uploadImage(String message,
String fileName,
InputStream inputStream) |
Response |
AmazonImpl.uploadImage(String message,
String fileName,
InputStream inputStream) |
Response |
GenericOAuth2Provider.uploadImage(String message,
String fileName,
InputStream inputStream) |
Response |
RunkeeperImpl.uploadImage(String message,
String fileName,
InputStream inputStream) |
Response |
GitHubImpl.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 |
FlickerImpl.uploadImage(String message,
String fileName,
InputStream inputStream)
Updates the image and message on Twitter.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2018. All Rights Reserved.