A C G L N S

A

AbstractGoogleAppAssertionServlet - Class in com.google.api.client.googleapis.extensions.appengine.auth.helpers
Specialization of the two-legged auth servlet that assigns reasonable defaults for using the GoogleAppAssertionFlow to talk to Google APIs on App Engine.
AbstractGoogleAppAssertionServlet() - Constructor for class com.google.api.client.googleapis.extensions.appengine.auth.helpers.AbstractGoogleAppAssertionServlet
 

C

com.google.api.client.googleapis.extensions.appengine.auth.helpers - package com.google.api.client.googleapis.extensions.appengine.auth.helpers
Specialization of App Engine helpers objects for communicating with Google APIs.
com.google.api.client.googleapis.extensions.auth.helpers.appengine - package com.google.api.client.googleapis.extensions.auth.helpers.appengine
Specialization of App Engine helpers objects for communicating with Google APIs.
com.google.api.client.googleapis.extensions.auth.helpers.oauth - package com.google.api.client.googleapis.extensions.auth.helpers.oauth
Specialization of OAuth HMAC objects for communicating with Google APIs.
com.google.api.client.googleapis.extensions.auth.helpers.oauth2.draft10 - package com.google.api.client.googleapis.extensions.auth.helpers.oauth2.draft10
Implementation of auth objects to obtain and manage OAuth 2 credentials for talking to Google services using the web server flow.
complete(String) - Method in class com.google.api.client.googleapis.extensions.auth.helpers.oauth.GoogleOAuthHmacThreeLeggedFlow
 

G

getAuthorizationUrl() - Method in class com.google.api.client.googleapis.extensions.auth.helpers.oauth.GoogleOAuthHmacThreeLeggedFlow
 
getScopes() - Method in class com.google.api.client.googleapis.extensions.appengine.auth.helpers.AbstractGoogleAppAssertionServlet
Required customization that returns a string of space separated OAuth scopes which you wish to access.
getUserId() - Method in class com.google.api.client.googleapis.extensions.appengine.auth.helpers.AbstractGoogleAppAssertionServlet
 
GoogleAppAssertionFlow - Class in com.google.api.client.googleapis.extensions.appengine.auth.helpers
Specialization of AppAssertionFlow with the endpoint and audience filled in for accessing Google APIs.
GoogleAppAssertionFlow(String, String, HttpTransport, JsonFactory) - Constructor for class com.google.api.client.googleapis.extensions.appengine.auth.helpers.GoogleAppAssertionFlow
Create an instance of AppAssertionFlow that is specialized for communicating with Google APIs.
GoogleAppAssertionFlow - Class in com.google.api.client.googleapis.extensions.auth.helpers.appengine
Deprecated. (scheduled to be removed in 1.7) Use GoogleAppAssertionFlow
GoogleAppAssertionFlow(String, String, HttpTransport, JsonFactory) - Constructor for class com.google.api.client.googleapis.extensions.auth.helpers.appengine.GoogleAppAssertionFlow
Deprecated. Create an instance of AppAssertionFlow that is specialized for communicating with Google APIs.
GoogleOAuth2ThreeLeggedFlow - Class in com.google.api.client.googleapis.extensions.auth.helpers.oauth2.draft10
This class performs the same function as OAuth2ThreeLeggedFlow but provides a convenience constructor that fills in the OAuth2 endpoints for talking to Google APIs.
GoogleOAuth2ThreeLeggedFlow(String, String, String, String, String) - Constructor for class com.google.api.client.googleapis.extensions.auth.helpers.oauth2.draft10.GoogleOAuth2ThreeLeggedFlow
Create the flow object with the information provided and generate the authorization url.
GoogleOAuthHmacThreeLeggedFlow - Class in com.google.api.client.googleapis.extensions.auth.helpers.oauth
ThreeLeggedFlow implementation that will execute the proper requests to obtain an OAuth1 Credential object that can be used to sign requests.
GoogleOAuthHmacThreeLeggedFlow(String, String, String, String, String, String, HttpTransport) - Constructor for class com.google.api.client.googleapis.extensions.auth.helpers.oauth.GoogleOAuthHmacThreeLeggedFlow
Create an OAuthThreeLeggedFlow instance from the required information.

L

loadCredential(PersistenceManager) - Method in class com.google.api.client.googleapis.extensions.auth.helpers.oauth.GoogleOAuthHmacThreeLeggedFlow
 

N

newFlow(String) - Method in class com.google.api.client.googleapis.extensions.appengine.auth.helpers.AbstractGoogleAppAssertionServlet
 

S

setHttpTransport(HttpTransport) - Method in class com.google.api.client.googleapis.extensions.auth.helpers.oauth.GoogleOAuthHmacThreeLeggedFlow
 
setJsonFactory(JsonFactory) - Method in class com.google.api.client.googleapis.extensions.auth.helpers.oauth.GoogleOAuthHmacThreeLeggedFlow
 

A C G L N S

Copyright © 2010-2011 Google. All Rights Reserved.