public class LinkedIn2Client extends OAuth20Client
This class is the OAuth client to authenticate users in LinkedIn (using OAuth 2.0 protocol).
It returns a LinkedIn2Profile.
The scope (by default : r_fullprofile) can be specified using the setScope(String) method, as well as the
returned fields through the setFields(String) method.
More information at https://developer.linkedin.com/documents/profile-api
configurationATTEMPTED_AUTHENTICATION_SUFFIX, callbackUrl, callbackUrlResolver, urlResolverlogger| Constructor and Description |
|---|
LinkedIn2Client() |
LinkedIn2Client(String key,
String secret) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clientInit() |
LinkedIn2Configuration |
getConfiguration() |
String |
getFields() |
String |
getScope() |
void |
setFields(String fields) |
void |
setScope(String scope) |
getKey, getSecret, setConfiguration, setKey, setSecret, toStringcomputeFinalCallbackUrl, defaultLogoutActionBuilder, defaultRedirectionActionBuilder, getAjaxRequestResolver, getCallbackUrl, getCallbackUrlResolver, getCredentials, getLogoutAction, getLogoutActionBuilder, getRedirectionActionBuilder, getUrlResolver, internalInit, newDefaultCallbackUrlResolver, redirect, setAjaxRequestResolver, setCallbackUrl, setCallbackUrlResolver, setLogoutActionBuilder, setRedirectionActionBuilder, setUrlResolveraddAuthorizationGenerator, addAuthorizationGenerators, defaultAuthenticator, defaultCredentialsExtractor, defaultProfileCreator, getAuthenticator, getAuthorizationGenerators, getCredentialsExtractor, getCustomProperties, getName, getProfileCreator, getUserProfile, notifySessionRenewal, retrieveCredentials, retrieveUserProfile, setAuthenticator, setAuthorizationGenerator, setAuthorizationGenerators, setAuthorizationGenerators, setCredentialsExtractor, setCustomProperties, setName, setProfileCreatorinitprotected void clientInit()
clientInit in class OAuth20Clientpublic LinkedIn2Configuration getConfiguration()
getConfiguration in class OAuth20Clientpublic String getScope()
public void setScope(String scope)
public String getFields()
public void setFields(String fields)
Copyright © 2019. All rights reserved.