Skip navigation links
A C D G L M N S 

A

AbstractAppEngineAuthorizationCodeCallbackServlet - Class in com.google.api.client.extensions.appengine.auth.oauth2
Simple extension of AbstractAuthorizationCodeCallbackServlet that uses the currently logged-in Google Account user, as directed in Security and Authentication.
AbstractAppEngineAuthorizationCodeCallbackServlet() - Constructor for class com.google.api.client.extensions.appengine.auth.oauth2.AbstractAppEngineAuthorizationCodeCallbackServlet
 
AbstractAppEngineAuthorizationCodeServlet - Class in com.google.api.client.extensions.appengine.auth.oauth2
Simple extension of AbstractAuthorizationCodeServlet that uses the currently logged-in Google Account user, as directed in Security and Authentication.
AbstractAppEngineAuthorizationCodeServlet() - Constructor for class com.google.api.client.extensions.appengine.auth.oauth2.AbstractAppEngineAuthorizationCodeServlet
 
AbstractAppEngineCallbackServlet - Class in com.google.api.client.extensions.appengine.auth
Beta
This servlet fills in some of the required information for the AbstractCallbackServlet with reasonable defaults for App Engine.
AbstractAppEngineCallbackServlet() - Constructor for class com.google.api.client.extensions.appengine.auth.AbstractAppEngineCallbackServlet
 
AbstractAppEngineFlowServlet - Class in com.google.api.client.extensions.appengine.auth
Beta
This class fills in some of the unknowns of the generic AbstractFlowUserServlet with reasonable defaults for App Engine.
AbstractAppEngineFlowServlet() - Constructor for class com.google.api.client.extensions.appengine.auth.AbstractAppEngineFlowServlet
 
AppEngineCredentialStore - Class in com.google.api.client.extensions.appengine.auth.oauth2
Deprecated.
(to be removed in the future) Use AppEngineDataStoreFactory with StoredCredential instead, optionally using migrateTo(AppEngineDataStoreFactory) or migrateTo(DataStore) to migrating an existing AppEngineCredentialStore.
AppEngineCredentialStore() - Constructor for class com.google.api.client.extensions.appengine.auth.oauth2.AppEngineCredentialStore
Deprecated.
 

C

com.google.api.client.extensions.appengine.auth - package com.google.api.client.extensions.appengine.auth
Beta
These servlets will allow an App Engine user to quickly get started with the auth object interface from the main client.
com.google.api.client.extensions.appengine.auth.oauth2 - package com.google.api.client.extensions.appengine.auth.oauth2
OAuth 2.0 utilities that help simplify the authorization flow on Google App Engine.

D

delete(String, Credential) - Method in class com.google.api.client.extensions.appengine.auth.oauth2.AppEngineCredentialStore
Deprecated.
 

G

getUserId() - Method in class com.google.api.client.extensions.appengine.auth.AbstractAppEngineCallbackServlet
Return the user ID of the user that is logged in.
getUserId() - Method in class com.google.api.client.extensions.appengine.auth.AbstractAppEngineFlowServlet
Return the user ID of the user that is logged in.
getUserId(HttpServletRequest) - Method in class com.google.api.client.extensions.appengine.auth.oauth2.AbstractAppEngineAuthorizationCodeCallbackServlet
 
getUserId(HttpServletRequest) - Method in class com.google.api.client.extensions.appengine.auth.oauth2.AbstractAppEngineAuthorizationCodeServlet
 

L

load(String, Credential) - Method in class com.google.api.client.extensions.appengine.auth.oauth2.AppEngineCredentialStore
Deprecated.
 

M

migrateTo(AppEngineDataStoreFactory) - Method in class com.google.api.client.extensions.appengine.auth.oauth2.AppEngineCredentialStore
Deprecated.
Migrates to the new AppEngineDataStoreFactory format.
migrateTo(DataStore<StoredCredential>) - Method in class com.google.api.client.extensions.appengine.auth.oauth2.AppEngineCredentialStore
Deprecated.
Migrates to the new format using DataStore of StoredCredential.

N

newHttpTransportInstance() - Method in class com.google.api.client.extensions.appengine.auth.AbstractAppEngineCallbackServlet
 
newHttpTransportInstance() - Method in class com.google.api.client.extensions.appengine.auth.AbstractAppEngineFlowServlet
 

S

store(String, Credential) - Method in class com.google.api.client.extensions.appengine.auth.oauth2.AppEngineCredentialStore
Deprecated.
 
A C D G L M N S 
Skip navigation links

Copyright © 2011–2018 Google. All rights reserved.