Serialized Form
|
Package com.google.api.client.extensions.servlet.auth |
serialVersionUID: 1L
pmf
javax.jdo.PersistenceManagerFactory pmf
flowType
Class<T> flowType
redirectUrl
String redirectUrl
deniedRedirectUrl
String deniedRedirectUrl
completionCodeQueryParam
String completionCodeQueryParam
httpTransport
HttpTransport httpTransport
jsonFactory
JsonFactory jsonFactory
serialVersionUID: 1L
httpTransport
HttpTransport httpTransport
jsonFactory
JsonFactory jsonFactory
|
Package com.google.api.client.extensions.servlet.auth.oauth2 |
serialVersionUID: 1L
lock
Lock lock
- Lock on the flow.
flow
AuthorizationCodeFlow flow
- Authorization code flow to be used across all HTTP servlet requests or
null before
initialized in AbstractAuthorizationCodeCallbackServlet.initializeFlow().
serialVersionUID: 1L
lock
Lock lock
- Lock on the flow and credential.
credential
Credential credential
- Persisted credential associated with the current request or
null for none.
flow
AuthorizationCodeFlow flow
- Authorization code flow to be used across all HTTP servlet requests or
null before
initialized in AbstractAuthorizationCodeServlet.initializeFlow().
Copyright © 2011-2012 Google. All Rights Reserved.