Uses of Interface
io.meeds.oauth.spi.OAuthCodec
Packages that use OAuthCodec
Package
Description
-
Uses of OAuthCodec in io.meeds.oauth.data
Classes in io.meeds.oauth.data that implement OAuthCodecConstructors in io.meeds.oauth.data with parameters of type OAuthCodecModifierConstructorDescriptionAccessTokenInvalidationListener(org.exoplatform.services.organization.OrganizationService orgService, OAuthProviderTypeRegistry oauthProviderTypeRegistry, OAuthCodec oauthCodec) -
Uses of OAuthCodec in io.meeds.oauth.facebook
Methods in io.meeds.oauth.facebook with parameters of type OAuthCodecModifier and TypeMethodDescriptionGateInFacebookProcessorImpl.getAccessTokenFromUserProfile(org.exoplatform.services.organization.UserProfile userProfile, OAuthCodec codec) voidGateInFacebookProcessorImpl.saveAccessTokenAttributesToUserProfile(org.exoplatform.services.organization.UserProfile userProfile, OAuthCodec codec, FacebookAccessTokenContext accessTokenContext) -
Uses of OAuthCodec in io.meeds.oauth.google
Methods in io.meeds.oauth.google with parameters of type OAuthCodecModifier and TypeMethodDescriptionGoogleProcessorImpl.getAccessTokenFromUserProfile(org.exoplatform.services.organization.UserProfile userProfile, OAuthCodec codec) voidGoogleProcessorImpl.saveAccessTokenAttributesToUserProfile(org.exoplatform.services.organization.UserProfile userProfile, OAuthCodec codec, GoogleAccessTokenContext accessToken) -
Uses of OAuthCodec in io.meeds.oauth.linkedin
Methods in io.meeds.oauth.linkedin with parameters of type OAuthCodecModifier and TypeMethodDescriptionLinkedinProcessorImpl.getAccessTokenFromUserProfile(org.exoplatform.services.organization.UserProfile userProfile, OAuthCodec codec) voidLinkedinProcessorImpl.saveAccessTokenAttributesToUserProfile(org.exoplatform.services.organization.UserProfile userProfile, OAuthCodec codec, LinkedinAccessTokenContext accessToken) -
Uses of OAuthCodec in io.meeds.oauth.openid
Methods in io.meeds.oauth.openid with parameters of type OAuthCodecModifier and TypeMethodDescriptionOpenIdProcessorImpl.getAccessTokenFromUserProfile(org.exoplatform.services.organization.UserProfile userProfile, OAuthCodec codec) voidOpenIdProcessorImpl.saveAccessTokenAttributesToUserProfile(org.exoplatform.services.organization.UserProfile userProfile, OAuthCodec codec, OpenIdAccessTokenContext accessToken) -
Uses of OAuthCodec in io.meeds.oauth.spi
Methods in io.meeds.oauth.spi with parameters of type OAuthCodecModifier and TypeMethodDescriptionOAuthProviderProcessor.getAccessTokenFromUserProfile(org.exoplatform.services.organization.UserProfile userProfile, OAuthCodec codec) Obtain needed data from given userProfile and create accessToken from themvoidOAuthProviderProcessor.saveAccessTokenAttributesToUserProfile(org.exoplatform.services.organization.UserProfile userProfile, OAuthCodec codec, T accessToken) Save accessToken data to given userProfile. -
Uses of OAuthCodec in io.meeds.oauth.twitter
Methods in io.meeds.oauth.twitter with parameters of type OAuthCodecModifier and TypeMethodDescriptionTwitterProcessorImpl.getAccessTokenFromUserProfile(org.exoplatform.services.organization.UserProfile userProfile, OAuthCodec codec) voidTwitterProcessorImpl.saveAccessTokenAttributesToUserProfile(org.exoplatform.services.organization.UserProfile userProfile, OAuthCodec codec, TwitterAccessTokenContext accessToken)