|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.api.client.extensions.servlet.auth.AbstractTwoLeggedFlowServlet
com.google.api.client.extensions.appengine.auth.AbstractAppEngineTwoLeggedFlowServlet
com.google.api.client.googleapis.extensions.appengine.auth.helpers.AbstractGoogleAppAssertionServlet
public abstract class AbstractGoogleAppAssertionServlet
Specialization of the two-legged auth servlet that assigns reasonable defaults for using the
GoogleAppAssertionFlow to talk to Google APIs on App Engine.
| Constructor Summary | |
|---|---|
AbstractGoogleAppAssertionServlet()
|
|
| Method Summary | |
|---|---|
protected abstract String |
getScopes()
Required customization that returns a string of space separated OAuth scopes which you wish to access. |
protected String |
getUserId()
|
protected TwoLeggedFlow |
newFlow(String userId)
|
| Methods inherited from class com.google.api.client.extensions.appengine.auth.AbstractAppEngineTwoLeggedFlowServlet |
|---|
newHttpTransportInstance, newJsonFactoryInstance |
| Methods inherited from class com.google.api.client.extensions.servlet.auth.AbstractTwoLeggedFlowServlet |
|---|
getCredential, getHttpTransport, getJsonFactory, getPersistenceManagerFactory, service |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractGoogleAppAssertionServlet()
| Method Detail |
|---|
protected abstract String getScopes()
protected String getUserId()
getUserId in class AbstractAppEngineTwoLeggedFlowServletprotected TwoLeggedFlow newFlow(String userId)
newFlow in class AbstractTwoLeggedFlowServlet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||