| Package | Description |
|---|---|
| org.gatein.security.oauth.linkedin |
| Modifier and Type | Method and Description |
|---|---|
LinkedinAccessTokenContext |
LinkedinProcessorImpl.getAccessTokenFromUserProfile(org.exoplatform.services.organization.UserProfile userProfile,
OAuthCodec codec) |
LinkedinAccessTokenContext |
LinkedinProcessorImpl.validateTokenAndUpdateScopes(LinkedinAccessTokenContext accessToken) |
| Modifier and Type | Method and Description |
|---|---|
InteractionState<LinkedinAccessTokenContext> |
LinkedinProcessorImpl.processOAuthInteraction(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
InteractionState<LinkedinAccessTokenContext> |
LinkedinProcessorImpl.processOAuthInteraction(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
String scope) |
| Modifier and Type | Method and Description |
|---|---|
<C> C |
LinkedinProcessorImpl.getAuthorizedSocialApiObject(LinkedinAccessTokenContext accessToken,
Class<C> socialApiObjectType) |
void |
LinkedinProcessorImpl.revokeToken(LinkedinAccessTokenContext accessToken) |
void |
LinkedinProcessorImpl.saveAccessTokenAttributesToUserProfile(org.exoplatform.services.organization.UserProfile userProfile,
OAuthCodec codec,
LinkedinAccessTokenContext accessToken) |
LinkedinAccessTokenContext |
LinkedinProcessorImpl.validateTokenAndUpdateScopes(LinkedinAccessTokenContext accessToken) |
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.