Package com.google.api.client.extensions.appengine.auth

These servlets will allow an App Engine user to quickly get started with the auth object interface from the main client.

See:
          Description

Class Summary
AbstractAppEngineCallbackServlet This servlet fills in some of the required information for the AbstractCallbackServlet with reasonable defaults for App Engine.
AbstractAppEngineFlowServlet This class fills in some of the unknowns of the generic AbstractFlowUserServlet with reasonable defaults for App Engine.
AbstractAppEngineTwoLeggedFlowServlet Specialization of the two-legged flow that uses some simple defaults for App Engine.
SignedTokenGenerator This class will allow you to create a signed JSON web token (JWT) that can be used for assertion flows with an appropriate auth endpoint.
 

Package com.google.api.client.extensions.appengine.auth Description

These servlets will allow an App Engine user to quickly get started with the auth object interface from the main client. They will utilize the App Engine Datastore and Credentials to manage credentials on behalf of users.

Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed in a future version of the library

Since:
1.4
Author:
moshenko@google.com (Jacob Moshenko)


Copyright © 2011 Google. All Rights Reserved.