A B C D G I S 

A

AppEngineNotificationServlet - Class in com.google.api.client.googleapis.extensions.appengine.notifications
Beta
Thread-safe Webhook App Engine Servlet to receive notifications.
AppEngineNotificationServlet() - Constructor for class com.google.api.client.googleapis.extensions.appengine.notifications.AppEngineNotificationServlet
 
AppIdentityCredential - Class in com.google.api.client.googleapis.extensions.appengine.auth.oauth2
OAuth 2.0 credential in which a client Google App Engine application needs to access data that it owns, based on Asserting Identity to Google APIs
AppIdentityCredential(Collection<String>) - Constructor for class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential
 
AppIdentityCredential(AppIdentityCredential.Builder) - Constructor for class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential
 
AppIdentityCredential.Builder - Class in com.google.api.client.googleapis.extensions.appengine.auth.oauth2
AppIdentityCredential.Builder(Collection<String>) - Constructor for class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential.Builder
Returns an instance of a new builder.

B

build() - Method in class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential.Builder
Returns a new AppIdentityCredential.

C

com.google.api.client.googleapis.extensions.appengine.auth.oauth2 - package com.google.api.client.googleapis.extensions.appengine.auth.oauth2
Google App Engine utilities for OAuth 2.0 for Google APIs.
com.google.api.client.googleapis.extensions.appengine.notifications - package com.google.api.client.googleapis.extensions.appengine.notifications
Beta
Support for subscribing to topics and receiving notifications on servlet-based platforms.

D

doPost(HttpServletRequest, HttpServletResponse) - Method in class com.google.api.client.googleapis.extensions.appengine.notifications.AppEngineNotificationServlet
 

G

getAppIdentityService() - Method in class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential.Builder
Returns the App Identity Service that provides the access token or null to use AppIdentityServiceFactory.getAppIdentityService().
getAppIdentityService() - Method in class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential
Gets the App Identity Service that provides the access token.
getScopes() - Method in class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential.Builder
Returns the OAuth scopes (unmodifiable).
getScopes() - Method in class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential
Gets the OAuth scopes (unmodifiable).

I

initialize(HttpRequest) - Method in class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential
 
intercept(HttpRequest) - Method in class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential
 

S

setAppIdentityService(AppIdentityService) - Method in class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential.Builder
Sets the App Identity Service that provides the access token or null to use AppIdentityServiceFactory.getAppIdentityService().
A B C D G I S 

Copyright © 2010-2014 Google. All Rights Reserved.