public class LinkedInProvider extends OAuth2Provider
SocialProvider.Manager, SocialProvider.ResolverauthMethod, callbackUrl, config, id, logger| Constructor and Description |
|---|
LinkedInProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
accessTokenHeaderName() |
protected String |
accessTokenHeaderVal(String token) |
protected boolean |
accessTokenInJson() |
protected String |
expiresParamName() |
void |
fillProfile(SocialProfile user)
Once the user is authenticated this method is called to retrieve profile information from the provider.
|
protected long |
parseExpires(String s) |
accessTokenParamName, authorizationParams, authUrl, doAuth, exchangeAccessTokenParams, finishBuildingRequest, postToAccessTokenUrl, tryApplyAccessTokenappendParam, appendParams, callbackUrl, callbackUrl, checkCsrfToken, getId, readUrlAsJson, readUrlAsString, toStringprotected String expiresParamName()
expiresParamName in class OAuth2Providerprotected long parseExpires(String s)
parseExpires in class OAuth2Providerprotected boolean accessTokenInJson()
accessTokenInJson in class OAuth2Providerprotected String accessTokenHeaderName()
accessTokenHeaderName in class OAuth2Providerprotected String accessTokenHeaderVal(String token)
accessTokenHeaderVal in class OAuth2Providerpublic void fillProfile(SocialProfile user)
SocialProviderOnce the user is authenticated this method is called to retrieve profile information from the provider.
fillProfile in class SocialProvideruser - A SocialProfileCopyright © 2016–2018 ActFramework. All rights reserved.