Uses of Class
io.meeds.oauth.linkedin.LinkedinAccessTokenContext
Packages that use LinkedinAccessTokenContext
-
Uses of LinkedinAccessTokenContext in io.meeds.oauth.linkedin
Methods in io.meeds.oauth.linkedin that return LinkedinAccessTokenContextModifier and TypeMethodDescriptionLinkedinProcessorImpl.getAccessTokenFromUserProfile(org.exoplatform.services.organization.UserProfile userProfile, OAuthCodec codec) LinkedinProcessorImpl.validateTokenAndUpdateScopes(LinkedinAccessTokenContext accessToken) Methods in io.meeds.oauth.linkedin that return types with arguments of type LinkedinAccessTokenContextModifier and TypeMethodDescriptionLinkedinProcessorImpl.processOAuthInteraction(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse) LinkedinProcessorImpl.processOAuthInteraction(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, String scope) Methods in io.meeds.oauth.linkedin with parameters of type LinkedinAccessTokenContextModifier and TypeMethodDescription<C> CLinkedinProcessorImpl.getAuthorizedSocialApiObject(LinkedinAccessTokenContext accessToken, Class<C> socialApiObjectType) voidLinkedinProcessorImpl.revokeToken(LinkedinAccessTokenContext accessToken) voidLinkedinProcessorImpl.saveAccessTokenAttributesToUserProfile(org.exoplatform.services.organization.UserProfile userProfile, OAuthCodec codec, LinkedinAccessTokenContext accessToken) LinkedinProcessorImpl.validateTokenAndUpdateScopes(LinkedinAccessTokenContext accessToken) -
Uses of LinkedinAccessTokenContext in io.meeds.oauth.web.linkedin
Methods in io.meeds.oauth.web.linkedin that return types with arguments of type LinkedinAccessTokenContextModifier and TypeMethodDescriptionprotected OAuthPrincipal<LinkedinAccessTokenContext>LinkedInFilter.getOAuthPrincipal(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, InteractionState<LinkedinAccessTokenContext> interactionState) protected OAuthProviderType<LinkedinAccessTokenContext>LinkedInFilter.getOAuthProvider()Method parameters in io.meeds.oauth.web.linkedin with type arguments of type LinkedinAccessTokenContextModifier and TypeMethodDescriptionprotected OAuthPrincipal<LinkedinAccessTokenContext>LinkedInFilter.getOAuthPrincipal(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, InteractionState<LinkedinAccessTokenContext> interactionState)