- getAuthorizationUrl() - Method in class com.google.api.client.extensions.auth.helpers.oauth.OAuthHmacThreeLeggedFlow
-
- getAuthorizationUrl() - Method in interface com.google.api.client.extensions.auth.helpers.ThreeLeggedFlow
-
After the object is created, the developer should use this method to interrogate it for the
authorization URL to which the user should be redirected to obtain permission.
- getCompletionCodeQueryParam() - Method in class com.google.api.client.extensions.servlet.auth.AbstractCallbackServlet
-
- getConcreteFlowType() - Method in class com.google.api.client.extensions.servlet.auth.AbstractCallbackServlet
-
- getCredential(HttpServletRequest) - Method in class com.google.api.client.extensions.servlet.auth.AbstractFlowUserServlet
-
Fetch a credential associated with this request.
- getCredential() - Method in class com.google.api.client.extensions.servlet.auth.oauth2.AbstractAuthorizationCodeServlet
-
Return the persisted credential associated with the current request or null for none.
- getDeniedRedirectUrl() - Method in class com.google.api.client.extensions.servlet.auth.AbstractCallbackServlet
-
- getHttpTransport() - Method in class com.google.api.client.extensions.servlet.auth.AbstractCallbackServlet
-
Return the HttpTransport instance for this servlet.
- getHttpTransport() - Method in class com.google.api.client.extensions.servlet.auth.AbstractFlowUserServlet
-
Return the HttpTransport instance for this servlet.
- getJsonFactory() - Method in class com.google.api.client.extensions.servlet.auth.AbstractCallbackServlet
-
Return the JsonFactory instance for this servlet.
- getJsonFactory() - Method in class com.google.api.client.extensions.servlet.auth.AbstractFlowUserServlet
-
Return the JsonFactory instance for this servlet.
- getPersistenceManagerFactory() - Method in class com.google.api.client.extensions.servlet.auth.AbstractCallbackServlet
-
Override with your chosen method to get a PersistenceManagerFactory.
- getPersistenceManagerFactory() - Method in class com.google.api.client.extensions.servlet.auth.AbstractFlowUserServlet
-
Obtain a PersistenceManagerFactory for working with the datastore.
- getRedirectUri(HttpServletRequest) - Method in class com.google.api.client.extensions.servlet.auth.oauth2.AbstractAuthorizationCodeCallbackServlet
-
Returns the redirect URI for the given HTTP servlet request.
- getRedirectUri(HttpServletRequest) - Method in class com.google.api.client.extensions.servlet.auth.oauth2.AbstractAuthorizationCodeServlet
-
Returns the redirect URI for the given HTTP servlet request.
- getSuccessRedirectUrl() - Method in class com.google.api.client.extensions.servlet.auth.AbstractCallbackServlet
-
- getUserId() - Method in class com.google.api.client.extensions.servlet.auth.AbstractCallbackServlet
-
- getUserId() - Method in class com.google.api.client.extensions.servlet.auth.AbstractFlowUserServlet
-
- getUserId(HttpServletRequest) - Method in class com.google.api.client.extensions.servlet.auth.oauth2.AbstractAuthorizationCodeCallbackServlet
-
Returns the user ID for the given HTTP servlet request.
- getUserId(HttpServletRequest) - Method in class com.google.api.client.extensions.servlet.auth.oauth2.AbstractAuthorizationCodeServlet
-
Returns the user ID for the given HTTP servlet request.