| Package | Description |
|---|---|
| org.brickred.socialauth | |
| org.brickred.socialauth.provider | |
| org.brickred.socialauth.util |
| Modifier and Type | Method and Description |
|---|---|
AuthProvider |
SocialAuthManager.connect(AccessGrant accessGrant)
Creates the provider with given access grant
|
OAuthConfig |
SocialAuthConfig.getProviderConfig(String id)
Retrieves the configuration of given provider
|
AuthProvider |
SocialAuthManager.refreshToken(AccessGrant accessGrant)
Makes a call for a provider to get RefreshToken and returns object of
that provider
|
void |
AuthProvider.refreshToken(AccessGrant accessGrant)
Makes a call for a provider to get RefreshToken and returns object of
that provider
|
void |
AbstractProvider.refreshToken(AccessGrant accessGrant) |
void |
AuthProvider.setAccessGrant(AccessGrant accessGrant)
Stores access grant for the provider *
|
| Modifier and Type | Method and Description |
|---|---|
void |
FacebookImpl.refreshToken(AccessGrant expireAccessGrant) |
void |
NimbleImpl.setAccessGrant(AccessGrant accessGrant)
Stores access grant for the provider
|
void |
StackExchangeImpl.setAccessGrant(AccessGrant accessGrant)
Stores access grant for the provider
|
void |
FacebookImpl.setAccessGrant(AccessGrant accessGrant)
Stores access grant for the provider
|
void |
AmazonImpl.setAccessGrant(AccessGrant accessGrant)
Stores access grant for the provider
|
void |
GitHubImpl.setAccessGrant(AccessGrant accessGrant) |
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2018. All Rights Reserved.