Uses of Class
io.meeds.oauth.spi.InteractionState
Packages that use InteractionState
Package
Description
-
Uses of InteractionState in io.meeds.oauth.facebook
Methods in io.meeds.oauth.facebook that return InteractionStateModifier and TypeMethodDescriptionGateInFacebookProcessorImpl.processOAuthInteraction(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) GateInFacebookProcessorImpl.processOAuthInteraction(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, String scope) protected InteractionState<FacebookAccessTokenContext>GateInFacebookProcessorImpl.processOAuthInteractionImpl(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, FacebookProcessor facebookProcessor) -
Uses of InteractionState in io.meeds.oauth.google
Methods in io.meeds.oauth.google that return InteractionStateModifier and TypeMethodDescriptionprotected InteractionState<GoogleAccessTokenContext>GoogleProcessorImpl.initialInteraction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Set<String> scopes) GoogleProcessorImpl.processOAuthInteraction(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) GoogleProcessorImpl.processOAuthInteraction(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, String scope) protected InteractionState<GoogleAccessTokenContext>GoogleProcessorImpl.processOAuthInteractionImpl(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Set<String> scopes) -
Uses of InteractionState in io.meeds.oauth.linkedin
Methods in io.meeds.oauth.linkedin that return InteractionStateModifier and TypeMethodDescriptionLinkedinProcessorImpl.processOAuthInteraction(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) LinkedinProcessorImpl.processOAuthInteraction(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, String scope) -
Uses of InteractionState in io.meeds.oauth.openid
Methods in io.meeds.oauth.openid that return InteractionStateModifier and TypeMethodDescriptionprotected InteractionState<OpenIdAccessTokenContext>OpenIdProcessorImpl.initialInteraction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) OpenIdProcessorImpl.processOAuthInteraction(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) OpenIdProcessorImpl.processOAuthInteraction(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, String scope) protected InteractionState<OpenIdAccessTokenContext>OpenIdProcessorImpl.processOAuthInteractionImpl(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Set<String> oauthScopes) -
Uses of InteractionState in io.meeds.oauth.spi
Methods in io.meeds.oauth.spi that return InteractionStateModifier and TypeMethodDescriptionOAuthProviderProcessor.processOAuthInteraction(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) Process OAuth workflow for this OAuth provider (social network).OAuthProviderProcessor.processOAuthInteraction(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, String scope) Possibility to create new OAuth interaction with custom scope (not just the scope which is provided in configuration of this OAuth processor) -
Uses of InteractionState in io.meeds.oauth.twitter
Methods in io.meeds.oauth.twitter that return InteractionStateModifier and TypeMethodDescriptionTwitterProcessorImpl.processOAuthInteraction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) TwitterProcessorImpl.processOAuthInteraction(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, String scope) -
Uses of InteractionState in io.meeds.oauth.web
Methods in io.meeds.oauth.web with parameters of type InteractionStateModifier and TypeMethodDescriptionprotected abstract OAuthPrincipal<T>OAuthProviderFilter.getOAuthPrincipal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, InteractionState<T> interactionState) -
Uses of InteractionState in io.meeds.oauth.web.facebook
Methods in io.meeds.oauth.web.facebook with parameters of type InteractionStateModifier and TypeMethodDescriptionprotected OAuthPrincipal<FacebookAccessTokenContext>FacebookFilter.getOAuthPrincipal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, InteractionState<FacebookAccessTokenContext> interactionState) -
Uses of InteractionState in io.meeds.oauth.web.google
Methods in io.meeds.oauth.web.google with parameters of type InteractionStateModifier and TypeMethodDescriptionprotected OAuthPrincipal<GoogleAccessTokenContext>GoogleFilter.getOAuthPrincipal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, InteractionState<GoogleAccessTokenContext> interactionState) -
Uses of InteractionState in io.meeds.oauth.web.linkedin
Methods in io.meeds.oauth.web.linkedin with parameters of type InteractionStateModifier and TypeMethodDescriptionprotected OAuthPrincipal<LinkedinAccessTokenContext>LinkedInFilter.getOAuthPrincipal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, InteractionState<LinkedinAccessTokenContext> interactionState) -
Uses of InteractionState in io.meeds.oauth.web.openid
Methods in io.meeds.oauth.web.openid with parameters of type InteractionStateModifier and TypeMethodDescriptionprotected OAuthPrincipal<OpenIdAccessTokenContext>OpenIdFilter.getOAuthPrincipal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, InteractionState<OpenIdAccessTokenContext> interactionState) -
Uses of InteractionState in io.meeds.oauth.web.twitter
Methods in io.meeds.oauth.web.twitter with parameters of type InteractionStateModifier and TypeMethodDescriptionprotected OAuthPrincipal<TwitterAccessTokenContext>TwitterFilter.getOAuthPrincipal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, InteractionState<TwitterAccessTokenContext> interactionState)