Uses of Class
io.meeds.oauth.google.GoogleAccessTokenContext
Packages that use GoogleAccessTokenContext
-
Uses of GoogleAccessTokenContext in io.meeds.oauth.google
Methods in io.meeds.oauth.google that return GoogleAccessTokenContextModifier and TypeMethodDescriptionGoogleProcessorImpl.getAccessTokenFromUserProfile(org.exoplatform.services.organization.UserProfile userProfile, OAuthCodec codec) GoogleProcessorImpl.validateTokenAndUpdateScopes(GoogleAccessTokenContext accessTokenContext) Methods in io.meeds.oauth.google that return types with arguments of type GoogleAccessTokenContextModifier and TypeMethodDescriptionprotected InteractionState<GoogleAccessTokenContext> GoogleProcessorImpl.initialInteraction(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Set<String> scopes) GoogleProcessorImpl.processOAuthInteraction(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse) GoogleProcessorImpl.processOAuthInteraction(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, String scope) protected InteractionState<GoogleAccessTokenContext> GoogleProcessorImpl.processOAuthInteractionImpl(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Set<String> scopes) Methods in io.meeds.oauth.google with parameters of type GoogleAccessTokenContextModifier and TypeMethodDescription<C> CGoogleProcessorImpl.getAuthorizedSocialApiObject(GoogleAccessTokenContext accessToken, Class<C> socialApiObjectType) com.google.api.services.oauth2.Oauth2GoogleProcessor.getOAuth2Instance(GoogleAccessTokenContext accessTokenContext) Obtain instance of GoogleOauth2object, which can be used to call various operations in Google API (obtain user informations, obtain informations about your access token etc)com.google.api.services.oauth2.Oauth2GoogleProcessorImpl.getOAuth2Instance(GoogleAccessTokenContext accessTokenContext) com.google.api.services.plus.PlusGoogleProcessor.getPlusService(GoogleAccessTokenContext accessTokenContext) Obtain instance of Google (@link Plus} object, which can be used to call various operations in Google+ API (Obtain list of your friends, obtain your statuses, comments, activities etc...)com.google.api.services.plus.PlusGoogleProcessorImpl.getPlusService(GoogleAccessTokenContext accessTokenContext) com.google.api.services.oauth2.model.UserinfoGoogleProcessor.obtainUserInfo(GoogleAccessTokenContext accessTokenContext) Obtain informations about user from Google+ .com.google.api.services.oauth2.model.UserinfoGoogleProcessorImpl.obtainUserInfo(GoogleAccessTokenContext accessTokenContext) voidGoogleProcessor.refreshToken(GoogleAccessTokenContext accessTokenContext) Refresh Google+ token.voidGoogleProcessorImpl.refreshToken(GoogleAccessTokenContext accessTokenContext) voidGoogleProcessorImpl.revokeToken(GoogleAccessTokenContext accessTokenContext) voidGoogleProcessorImpl.saveAccessTokenAttributesToUserProfile(org.exoplatform.services.organization.UserProfile userProfile, OAuthCodec codec, GoogleAccessTokenContext accessToken) GoogleProcessorImpl.validateTokenAndUpdateScopes(GoogleAccessTokenContext accessTokenContext) -
Uses of GoogleAccessTokenContext in io.meeds.oauth.utils
Methods in io.meeds.oauth.utils that return types with arguments of type GoogleAccessTokenContextModifier and TypeMethodDescriptionOAuthUtils.convertGoogleInfoToOAuthPrincipal(com.google.api.services.oauth2.model.Userinfo userInfo, GoogleAccessTokenContext accessToken, OAuthProviderType<GoogleAccessTokenContext> googleProviderType) Methods in io.meeds.oauth.utils with parameters of type GoogleAccessTokenContextModifier and TypeMethodDescriptionOAuthUtils.convertGoogleInfoToOAuthPrincipal(com.google.api.services.oauth2.model.Userinfo userInfo, GoogleAccessTokenContext accessToken, OAuthProviderType<GoogleAccessTokenContext> googleProviderType) Method parameters in io.meeds.oauth.utils with type arguments of type GoogleAccessTokenContextModifier and TypeMethodDescriptionOAuthUtils.convertGoogleInfoToOAuthPrincipal(com.google.api.services.oauth2.model.Userinfo userInfo, GoogleAccessTokenContext accessToken, OAuthProviderType<GoogleAccessTokenContext> googleProviderType) -
Uses of GoogleAccessTokenContext in io.meeds.oauth.web.google
Methods in io.meeds.oauth.web.google that return types with arguments of type GoogleAccessTokenContextModifier and TypeMethodDescriptionprotected OAuthPrincipal<GoogleAccessTokenContext> GoogleFilter.getOAuthPrincipal(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, InteractionState<GoogleAccessTokenContext> interactionState) protected OAuthProviderType<GoogleAccessTokenContext> GoogleFilter.getOAuthProvider()Method parameters in io.meeds.oauth.web.google with type arguments of type GoogleAccessTokenContextModifier and TypeMethodDescriptionprotected OAuthPrincipal<GoogleAccessTokenContext> GoogleFilter.getOAuthPrincipal(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, InteractionState<GoogleAccessTokenContext> interactionState)