public class YahooProfileCreator extends OAuth10ProfileCreator<YahooProfile>
| Modifier and Type | Field and Description |
|---|---|
protected O |
configuration |
protected org.slf4j.Logger |
logger |
protected static com.fasterxml.jackson.databind.ObjectMapper |
mapper |
| Constructor and Description |
|---|
YahooProfileCreator(OAuth10Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
U |
create(C credentials,
WebContext context)
Create a profile from a credentials.
|
protected com.github.scribejava.core.model.OAuthRequest |
createOAuthRequest(String url,
com.github.scribejava.core.model.Verb verb)
Create an OAuth request.
|
protected void |
internalInit(WebContext context)
Internal initialization of the object.
|
protected YahooProfile |
retrieveUserProfileFromToken(com.github.scribejava.core.model.OAuth1Token accessToken)
Retrieve the user profile from the access token.
|
protected String |
sendRequestForData(T accessToken,
String dataUrl,
com.github.scribejava.core.model.Verb verb)
Make a request to get the data of the authenticated user for the provider.
|
String |
toString() |
addAccessTokenToProfile, getAccessToken, signRequestinit, reinitprotected final org.slf4j.Logger logger
protected static final com.fasterxml.jackson.databind.ObjectMapper mapper
protected final O extends OAuthConfiguration configuration
public YahooProfileCreator(OAuth10Configuration configuration)
protected YahooProfile retrieveUserProfileFromToken(com.github.scribejava.core.model.OAuth1Token accessToken) throws HttpAction
accessToken - the access tokenHttpAction - whether an additional HTTP action is requiredprotected void internalInit(WebContext context)
InitializableWebObjectinternalInit in class InitializableWebObjectcontext - the web contextpublic U create(C credentials,
WebContext context)
throws HttpAction
ProfileCreatorcreate in interface ProfileCreator<C extends OAuthCredentials,U extends CommonProfile>credentials - the given credentialscontext - the web contextHttpAction - whether an additional HTTP action is requiredprotected String sendRequestForData(T accessToken, String dataUrl, com.github.scribejava.core.model.Verb verb)
accessToken - the access tokendataUrl - url of the dataverb - method used to request dataprotected com.github.scribejava.core.model.OAuthRequest createOAuthRequest(String url, com.github.scribejava.core.model.Verb verb)
url - the url to callverb - method used to create the requestCopyright © 2017. All rights reserved.