Uses of Interface
com.google.api.client.extensions.auth.helpers.ThreeLeggedFlow

Packages that use ThreeLeggedFlow
com.google.api.client.extensions.auth.helpers.oauth Implementation of auth objects to obtain and manage OAuth 1 credentials using the web server flow. 
com.google.api.client.extensions.auth.helpers.oauth2.draft10 Implementation of the auth object interface to obtain and manage OAuth2 credentials using the web server flow. 
com.google.api.client.extensions.servlet.auth Servlets that can be completed by users to create and complete a web server auth flow to obtain a credential. 
 

Uses of ThreeLeggedFlow in com.google.api.client.extensions.auth.helpers.oauth
 

Classes in com.google.api.client.extensions.auth.helpers.oauth that implement ThreeLeggedFlow
 class OAuthHmacThreeLeggedFlow
          ThreeLeggedFlow implementation that will execute the proper requests to obtain an OAuth1 Credential object that can be used to sign requests.
 

Uses of ThreeLeggedFlow in com.google.api.client.extensions.auth.helpers.oauth2.draft10
 

Classes in com.google.api.client.extensions.auth.helpers.oauth2.draft10 that implement ThreeLeggedFlow
 class OAuth2ThreeLeggedFlow
          Deprecated. (scheduled to be removed in 1.10) Use AuthorizationCodeFlow
 

Uses of ThreeLeggedFlow in com.google.api.client.extensions.servlet.auth
 

Methods in com.google.api.client.extensions.servlet.auth that return ThreeLeggedFlow
protected abstract  ThreeLeggedFlow AbstractFlowUserServlet.newFlow(String userId)
          Create a flow object which will be used to obtain credentials.
 

Methods in com.google.api.client.extensions.servlet.auth that return types with arguments of type ThreeLeggedFlow
protected abstract  Class<? extends ThreeLeggedFlow> AbstractCallbackServlet.getConcreteFlowType()
           
 



Copyright © 2011-2012 Google. All Rights Reserved.