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

Packages that use TwoLeggedFlow
com.google.api.client.extensions.auth.helpers.appengine Implementation of the auth object interface to obtain and manage OAuth2 credentials using an assertion flow that will identify an App Engine application as itself to the auth server. 
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 TwoLeggedFlow in com.google.api.client.extensions.auth.helpers.appengine
 

Classes in com.google.api.client.extensions.auth.helpers.appengine that implement TwoLeggedFlow
 class AppAssertionFlow
          Deprecated. (scheduled to be removed in 1.7) Use AppAssertionFlow
 

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

Methods in com.google.api.client.extensions.servlet.auth that return TwoLeggedFlow
protected abstract  TwoLeggedFlow AbstractTwoLeggedFlowServlet.newFlow(String userId)
          Create a two legged flow that can be used to create credentials for accessing protected resources using OAuth.
 



Copyright © 2011 Google. All Rights Reserved.